X-Git-Url: http://git.boinkor.net/gitweb/sbcl.git/blobdiff_plain/01b41fdd69d197da85f86a2e4f8971f3ef9dda82..0e1933f873c9fb073e3fc07e73c5401277bd0681:/doc/manual/make-tempfiles.sh diff --git a/doc/manual/make-tempfiles.sh b/doc/manual/make-tempfiles.sh index be2abf0..c212d74 100644 --- a/doc/manual/make-tempfiles.sh +++ b/doc/manual/make-tempfiles.sh @@ -21,7 +21,7 @@ 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