hellerve / sbcli

A REPL for my SBCL needs
GNU General Public License v3.0
94 stars 13 forks source link

Fix env not passing options of sbcl for it when running the script. #7

Closed lucasew closed 5 years ago

lucasew commented 5 years ago

This is a fix of the following error on Arch Linux.

/usr/bin/env: “sbcl --script”: File or directory not found

hellerve commented 5 years ago

Thanks for this! I don’t know a lot about env, so pulling up the man page and finding out what this does was actually very helpful.

Thanks for your contribution!