X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=source-distribution.sh;h=4b77e3a90effafb59a9ff96f24ea2599dc49656e;hb=04b902c7279d7f9e5fa75bccca2e26a002544eca;hp=7a2505b1839261238a2cce1bf627451045eda4b2;hpb=6e3786cb5116f1099542212bc9957bc30def64f3;p=sbcl.git diff --git a/source-distribution.sh b/source-distribution.sh index 7a2505b..4b77e3a 100755 --- a/source-distribution.sh +++ b/source-distribution.sh @@ -4,4 +4,4 @@ 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 +tar cf $b-source.tar --exclude .git $b