1.0.43.2: remove bashishm from source-distribution.sh
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 30 Sep 2010 07:12:47 +0000 (07:12 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 30 Sep 2010 07:12:47 +0000 (07:12 +0000)
 Thanks to Jim Wise, lp#644702.

source-distribution.sh
version.lisp-expr

index d44c481..7a2505b 100755 (executable)
@@ -3,5 +3,5 @@ set -e
 
 # Create a source distribution. (You should run clean.sh first.)
 
-b=${1:?missing base directory name argument}
+b=${1:?"missing base directory name argument"}
 tar cf $b-source.tar $b
index 0c20028..1762dfd 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.1"
+"1.0.43.2"