Fix make-array transforms.
[sbcl.git] / source-distribution.sh
index 7a2505b..4b77e3a 100755 (executable)
@@ -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