X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;h=da5775be178a2b8769563610f35c400f03647a26;hb=b14a61c6af3e3005c94e633e727177346240066e;hp=3788bd9798bb9fc6a42ca7fc642f5c7b38915bb8;hpb=9d5be5e9531a594e67e7f4ba6e1201a36c8f1ad9;p=sbcl.git diff --git a/run-sbcl.sh b/run-sbcl.sh index 3788bd9..da5775b 100755 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -55,7 +55,7 @@ fi if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then echo "(running SBCL from: $BASE)" 1>&2 - SBCL_HOME="$BASE/obj/sbcl-home" "$BASE"/src/runtime/sbcl $ARGUMENTS "$@" + SBCL_HOME="$BASE/obj/sbcl-home" exec "$BASE"/src/runtime/sbcl $ARGUMENTS "$@" else echo "No built SBCL here ($BASE): run 'sh make.sh' first!" exit 1