Updated shebang line

Not everyone has SBCL installed in /usr/bin/sbcl and sometimes one wants to test other versions of SBCL or just not install the official Debian/Ubuntu packages. I have tested this on Ubuntu precise and it worked for me.

I got the info this would work from here:
https://bugs.launchpad.net/sbcl/+bug/1284148
This commit is contained in:
Alexander Pánek 2014-02-24 16:34:19 +01:00
parent 14a588cb9f
commit cc2c21ae42

View File

@ -1,4 +1,7 @@
#! /usr/bin/sbcl --script
#!/bin/sh
#|
exec sbcl --script "$0" $@
|#
;;; load the necessary components then parse the command line
;;; and launch the work