diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | tools/create-distribution | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ Changes in * Update FSF address in all files. * Fix the name of an option in an example in pingd.conf(5). closes: DebianBug#459938. + * Fix a bashishm in tools/create-distribution. Changes in version 2.1.8 - 2005-04-25 * debian: Redirect init script output to /dev/null in logrotate 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 .. |