We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi
right how the first line of the raven cmd is set to:
raven
":"; 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.
The text was updated successfully, but these errors were encountered:
thx for report :)
Sorry, something went wrong.
I think this bug is fixed.
Could you test it?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: