X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=e71a786fc32daf10f24fc4538ae3fe3df2e8de58;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=69901758d2af919f2df3c549094045485da0aa2a;hpb=e3f68bde025bd0602cf554e1eaf5935aaa74662a;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 6990175..e71a786 100644 --- a/make-config.sh +++ b/make-config.sh @@ -181,7 +181,7 @@ elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "linux" ]; then elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "darwin" ]; then # The default stack ulimit under darwin is too small to run PURIFY. # Best we can do is complain and exit at this stage - if [ $(ulimit -s) = "512" ]; then + if [ "`ulimit -s`" = "512" ]; then echo "Your stack size limit is too small to build SBCL." echo "See the limit(1) or ulimit(1) commands and the README file." exit 1