From 6e3786cb5116f1099542212bc9957bc30def64f3 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 30 Sep 2010 07:12:47 +0000 Subject: [PATCH] 1.0.43.2: remove bashishm from source-distribution.sh Thanks to Jim Wise, lp#644702. --- source-distribution.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4