X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fmake-tempfiles.sh;h=baa7f65af0f56db1266f434714d83239c63e863c;hb=d1441ffce0db0043ccbcb27fa5ab590e44a85994;hp=9b87b90fa29efdcc1453d94b136ecc3a1f313850;hpb=29f6444d6fed787a87b828d600c4ae429b970096;p=sbcl.git diff --git a/doc/manual/make-tempfiles.sh b/doc/manual/make-tempfiles.sh index 9b87b90..baa7f65 100644 --- a/doc/manual/make-tempfiles.sh +++ b/doc/manual/make-tempfiles.sh @@ -24,7 +24,7 @@ else SBCLRUNTIME="${1:-`which sbcl`}" fi -SBCL=$SBCLRUNTIME --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger +SBCL="$SBCLRUNTIME --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger" # Output directory. This has to end with a slash (it's interpreted by # Lisp's `pathname' function) or you lose. This is normally set from @@ -46,7 +46,7 @@ echo /creating contrib-docs.texi-temp echo "(load \"create-contrib-doc-list.lisp\")" | $SBCL echo /creating package-locks.texi-temp -if $SBCL --eval "(let ((plp (find-symbol \"PACKAGE-LOCKED-P\" :sb-exit))) (quit :unix-status (if (and plp (fboundp plp)) 0 1)))"; +if $SBCL --eval "(let ((plp (find-symbol \"PACKAGE-LOCKED-P\" :sb-ext))) (quit :unix-status (if (and plp (fboundp plp)) 0 1)))"; then cp package-locks-extended.texinfo package-locks.texi-temp else