Fix unreachable code warning due to 83e5661ae59addac315e6754013b3887b477570f
[sbcl.git] / source-distribution.sh
blob4b77e3a90effafb59a9ff96f24ea2599dc49656e
1 #!/bin/sh
2 set -e
4 # Create a source distribution. (You should run clean.sh first.)
6 b=${1:?"missing base directory name argument"}
7 tar cf $b-source.tar --exclude .git $b