diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-10 08:40:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-10 08:40:31 +0000 |
commit | 10e3a59a25eda2b93c796c47359853c5b8dfc6ea (patch) | |
tree | f9150853a6efb876658d94db232a755f1b44a44e /configure | |
parent | Releasing debian version 1.13-2. (diff) | |
download | pdlzip-10e3a59a25eda2b93c796c47359853c5b8dfc6ea.tar.xz pdlzip-10e3a59a25eda2b93c796c47359853c5b8dfc6ea.zip |
Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # to copy, distribute, and modify it. pkgname=pdlzip -pkgversion=1.13 +pkgversion=1.14-rc1 progname=pdlzip srctrigger=doc/${progname}.1 @@ -109,7 +109,7 @@ while [ $# != 0 ] ; do exit 1 ;; esac - # Check if the option took a separate argument + # Check whether the option took a separate argument if [ "${arg2}" = yes ] ; then if [ $# != 0 ] ; then args="${args} \"$1\"" ; shift else echo "configure: Missing argument to '${option}'" 1>&2 |