Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1396 closed defect (invalid)

Wrong shebang in configure script

Reported by: g.s@… Owned by: diego@…
Priority: if idle Component: build system
Version: 1.0rc2 Severity: trivial
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

The configure script obviously needs bash, but the shebang line says "#!/bin/sh" instead of "#!/bin/bash"

Change History (2)

comment:1 by diego@…, 15 years ago

Resolution: invalid
Status: newclosed

(In reply to comment #0)

The configure script obviously needs bash, but the shebang line says
"#!/bin/sh" instead of "#!/bin/bash"

Nonsense, you have a broken shell, probably Solaris.

comment:2 by diego@…, 15 years ago

(In reply to comment #1)

(In reply to comment #0)

The configure script obviously needs bash, but the shebang line says
"#!/bin/sh" instead of "#!/bin/bash"

Nonsense, you have a broken shell, probably Solaris.

To be more specific: I don't use bash, but ash as /bin/sh, our configure is most definitely not a bash script.

Note: See TracTickets for help on using tickets.