[PlanetCCRMA] cmucl /usr/bin/lisp script

andersvi@extern.uio.no andersvi@extern.uio.no
Tue Jan 17 00:47:03 2006


Since last year sometime ive had to manually edit planetccrmas
version of cmucl's /usr/bin/lisp script, and wrap the expansion
thing at the end - $@ - inside double-quotes, ie:

 exec /lib/ld-linux.so.2 /usr/bin/lisp.bin "$@"

to get it to accept any command-line arguments.

I can barely read a bash script myself, and i suspect this might
be caused by something ive messed up myself other places
(especially because nobody seems to have complained for several
months), but please check if the expansion argument is supposed
to be inside double-quotes.

-anders