X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=source-distribution.sh;h=4b77e3a90effafb59a9ff96f24ea2599dc49656e;hb=HEAD;hp=d44c481836a452aa19183a7c59ac945f7c8a7ce2;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/source-distribution.sh b/source-distribution.sh index d44c481..4b77e3a 100755 --- a/source-distribution.sh +++ b/source-distribution.sh @@ -3,5 +3,5 @@ set -e # Create a source distribution. (You should run clean.sh first.) -b=${1:?missing base directory name argument} -tar cf $b-source.tar $b +b=${1:?"missing base directory name argument"} +tar cf $b-source.tar --exclude .git $b