[Bese-devel] bash -> sh
Julian Stecklina
der_julian at web.de
Sun Jul 31 17:19:54 UTC 2005
Hello,
the ucwctl script does not work on FreeBSD, because it depends on bash
being part of the base system (i.e. in /bin/). As the script happens to
be perfectly fine Bourne Shell code you may consider applying the
attached patch which changes /bin/bash to /bin/sh which most people on
most platforms should have. Another approach would be #!/usr/bin/env
bash or something. But the point is: No bash is actually needed. ;)
Regards,
--
Julian Stecklina
LISP has survived for 21 years because it is an approximate local
optimum in the space of programming languages. - John McCarthy (1980)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bash.patch
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20050731/357a4f9e/attachment.ksh>
More information about the bese-devel
mailing list