From: Nikodemus Siivola Date: Thu, 30 Sep 2010 07:12:47 +0000 (+0000) Subject: 1.0.43.2: remove bashishm from source-distribution.sh X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6e3786cb5116f1099542212bc9957bc30def64f3;p=sbcl.git 1.0.43.2: remove bashishm from source-distribution.sh Thanks to Jim Wise, lp#644702. --- diff --git a/source-distribution.sh b/source-distribution.sh index d44c481..7a2505b 100755 --- a/source-distribution.sh +++ b/source-distribution.sh @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 0c20028..1762dfd 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"