#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)
Change History (5)
by , 16 years ago
| Attachment: | configure_solaris.patch added |
|---|
comment:2 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → closed |
comment:3 by , 8 years ago
| Component: | → Ports |
|---|
comment:4 by , 8 years ago
| Component: | Ports → Port: Solaris |
|---|
Note:
See TracTickets
for help on using tickets.

Patch to replace $() by