X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=source-distribution.sh;h=d44c481836a452aa19183a7c59ac945f7c8a7ce2;hb=b5cb7e8676a8bb88e647ceaf5f2571943b960c05;hp=748c082030b5aebf09b34d560d2e822b0c207304;hpb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;p=sbcl.git diff --git a/source-distribution.sh b/source-distribution.sh index 748c082..d44c481 100755 --- a/source-distribution.sh +++ b/source-distribution.sh @@ -1,6 +1,7 @@ #!/bin/sh +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 $b