Project

General

Profile

Actions

Bug #1558

closed

autogen.sh incorrectly using /bin/sh rather then the correct /usr/bin/bash

Added by Anonymous about 16 years ago. Updated almost 8 years ago.

Status:
Invalid
Priority:
Normal
Category:
build_autotools
Target version:
ASK QUESTIONS IN Forums:

Description

autogen.sh does not run properly under the borne shell (/bin/sh).

It should either be set to use /usr/bin/bash, or rewritten to operate correctly in the borne shell. (In linux this will not manifest, as most linux distros link /bin/sh to /usr/bin/bash, but does manifest on some UNIXes (such as Solaris))

-- oninoshiko

Actions #1

Updated by gstrauss almost 8 years ago

  • Description updated (diff)
  • Status changed from New to Invalid
  • Assignee deleted (jan)

autogen.sh is a 14 line script (including comments) and tests fine with http://heirloom.sourceforge.net/sh.html

If the syntax is not portable to your system, please provide more details, including the error output.

Actions

Also available in: Atom