guenchi / Raven

Raven is a Package Manager for Chez Scheme
http://ravensc.com
MIT License
120 stars 13 forks source link

shell/shebang incompatibility issues of the 'raven' command #47

Open benkb opened 5 years ago

benkb commented 5 years ago

hi

right how the first line of the raven cmd is set to:

":"; export CHEZSCHEMELIBDIRS=.:lib:/usr/local/lib && export CHEZSCHEMELIBEXTS=.chezscheme.sl s::.chezscheme.so:.ss::.so:.sls::.so:.scm::.so:.sch::.so:.sc::.so && exec scheme --script $0 "$@";

which can cause issues with shells other then bash, like eg. the fish shell.

guenchi commented 5 years ago

thx for report :)

guenchi commented 4 years ago

I think this bug is fixed.

Could you test it?