X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=144830d26e1682973eed3bc1853074a75cfdbe6e;hb=e47ffa8855d4139f88f5982fe4b82a05c3498ed3;hp=1a6a127202e899437e9b020569c90ace23db2f74;hpb=1a2399725e76bca49ecb36e81a19aac636b139b4;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 1a6a127..144830d 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -10,7 +10,7 @@ # switched over to trying to do this the way everyone else does.) b=${1:?missing base directory name argument} -tar cf $b-binary.tar \ +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 \ $b/install.sh \