From eeabe5d09f4228c7150215b454bdbd62f6f01dfb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 15 Oct 2012 14:34:30 +0000 Subject: Fix a bashishm in tools/create-distribution --- tools/create-distribution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-distribution b/tools/create-distribution index 8324f8c..0444c69 100755 --- a/tools/create-distribution +++ b/tools/create-distribution @@ -34,7 +34,7 @@ pod2man --section=5 --release="$version" --center=Echolot doc/pingd.conf.pod doc if [ "$dirname" != "echolot-$version" ] ; then echo "WARN: Version $version might be wrong" echo "Enter to continue" - read + read dummy fi cd .. -- cgit v1.2.3