Skip to content
Snippets Groups Projects
Commit 0cc487f1 authored by ram's avatar ram
Browse files

Change $* to $@

parent 0f7afc92
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ export CMUCLLIB
#
# Run Lisp with these environment variables set.
exec /<<your-cmucl-path>>/bin/lisp $*
exec /<<your-cmucl-path>>/bin/lisp $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment