Opened 14 years ago

Closed 14 years ago

Last modified 6 years ago

#4803 closed defect

Bashisms in configure break build on Solaris

Reported by: SF/lblume Owned by: fingolfin
Priority: normal Component: Port: Solaris
Version: Keywords: script
Cc: Game:

Description

On Solaris 10, ./configure fails with the following error:

Running ScummVM configure... ./configure.original: syntax error at line 905: `PSPDEV=$' unexpected

The script uses /bin/sh, which is a real Bourne shell on S10, not bash, and thus doesn't know the $() syntax. The script should either use bash explicitly or be fixed with the following very simple patch.

Ticket imported from: #2967256. Ticket imported from: bugs/4803.

Attachments (1)

configure_solaris.patch (935 bytes ) - added by SF/lblume 14 years ago.
Patch to replace $() by

Download all attachments as: .zip

Change History (5)

by SF/lblume, 14 years ago

Attachment: configure_solaris.patch added

Patch to replace $() by

comment:1 by fingolfin, 14 years ago

Thanks!

comment:2 by fingolfin, 14 years ago

Owner: set to fingolfin
Status: newclosed

comment:3 by digitall, 6 years ago

Component: Ports

comment:4 by digitall, 6 years ago

Component: PortsPort: Solaris
Note: See TracTickets for help on using tickets.