X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fmake-tempfiles.sh;h=ec07a3f35e5015fc2d7b16c29582739b4e3d0398;hb=a129450e9b56cee8e307fc5c320105fe00ba45b7;hp=be2abf0afd2126ca84e583b5b7aa7f88404fe605;hpb=7d9c0d45104c9a45be14e237f237702154f75cc9;p=sbcl.git diff --git a/doc/manual/make-tempfiles.sh b/doc/manual/make-tempfiles.sh index be2abf0..ec07a3f 100644 --- a/doc/manual/make-tempfiles.sh +++ b/doc/manual/make-tempfiles.sh @@ -21,10 +21,10 @@ then sbclsystem=$SBCL_PWD/../../src/runtime/sbcl sbclcore=$SBCL_PWD/../../output/sbcl.core - if [ -e $sbclsystem ] && [ -e $sbclcore ] + if [ -f $sbclsystem ] && [ -f $sbclcore ] then SBCLRUNTIME="$sbclsystem --core $sbclcore" - SBCL_HOME=$SBCL_PWD/../../contrib/; export SBCL_HOME + SBCL_HOME=$SBCL_PWD/../../obj/sbcl-home/; export SBCL_HOME SBCL_BUILDING_CONTRIB="please asdf install your hook"; export SBCL_BUILDING_CONTRIB else SBCLRUNTIME="`which sbcl`" @@ -36,7 +36,7 @@ fi SBCL="$SBCLRUNTIME --noinform --no-sysinit --no-userinit --noprint --disable-debugger" # extract version and date -VERSION=`$SBCL --eval '(write-line (lisp-implementation-version))' --eval '(sb-ext:quit)'` +VERSION=`$SBCL --eval '(write-line (lisp-implementation-version))' --eval '(sb-ext:exit)'` MONTH=`date "+%Y-%m"` sed -e "s/@VERSION@/$VERSION/" \ @@ -62,11 +62,11 @@ $SBCL <