diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-18 05:30:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-18 05:30:50 +0000 |
commit | e9241c88969da8282025e4f44479e8c7496f7227 (patch) | |
tree | 15e7747df34ade04fb14bac85a8fed6aa36f9621 /configure | |
parent | Adding upstream version 1.14. (diff) | |
download | lunzip-e9241c88969da8282025e4f44479e8c7496f7227.tar.xz lunzip-e9241c88969da8282025e4f44479e8c7496f7227.zip |
Adding upstream version 1.15~rc1.upstream/1.15_rc1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # to copy, distribute, and modify it. pkgname=lunzip -pkgversion=1.14 +pkgversion=1.15-rc1 progname=lunzip 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 |