| [#559] | project: distribution | priority: medium | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Lex | Gilles | fixed | 2006-03-29 16:54:06.0 | |
| subject | scala scripts on solaris | |||
| code | ||||
| what happened | Stéphane reports that the Unix 5cr1p7-haX0Rs do not run on Solaris due to differing /bin/sh syntax. |
|||
| what expected | The scripts should run on any POSIX-conforming system. I hope we can fix it so this is true, instead of having to rely on bash in particular. Incidentally, the "dash" shell can be useful for tidying up shell scripts: it includes the minimum POSIX requirements and nothing else. | |||
| [back to overview] | ||||
| Gilles edited on 2006-03-30 16:16:20.0 |
| Fixed: scripts are now posix compliant. |