[CM] Error compiling CM on Ubuntu Feisty Fawn with SBCL and CMUCL
Rick Taube
taube@uiuc.edu
Fri, 6 Apr 2007 18:09:14 -0500
tobias' docs say the script assumes bash so ive switched to #!/bin/
bash (rev 1.54 of cm.sh).
on OSX /bin/sh and bin/bash are the same executable. so the only
place this change may cause problems in on linux -- are there common
linux systems that ship without bash? if so ill have to switch it back!
On Apr 6, 2007, at 4:40 PM, Ralf Mattes wrote:
> Solution: either fix the script or change the first line to:
> "#!/bin/bash -". Even so the later is rather tempting it might create
> problems on systems that don't ship with bash (MacOSX ???).