X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=source-distribution.sh;h=4b77e3a90effafb59a9ff96f24ea2599dc49656e;hb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;hp=62efe1257ed9945e34e224ad2fa5fbee7c4c034c;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/source-distribution.sh b/source-distribution.sh index 62efe12..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