X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=90e402c862ae74e7c23d5ca6bb7d38a19c2c7f70;hb=6a756846fe0fe89835ec5eb68327b612c93f82c4;hp=fc6cd3714b141a274664370959b00e801ab72dac;hpb=3b91bf9e9daf110b35dd8d5b6ca5a88e0fb0f13b;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index fc6cd37..90e402c 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -9,7 +9,7 @@ # a tar file with no directory prefixes. Since sbcl-0.6.10, we've # switched over to trying to do this the way everyone else does.) -b=${1:?missing base directory name argument} +b=${1:?"missing base directory name argument"} tar -cf $b-binary.tar \ $b/output/sbcl.core $b/src/runtime/sbcl \ $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \