diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-09 04:37:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-09 04:37:44 +0000 |
commit | 4816449fbba7a5716f22aa5c1e9fa6bc62059fae (patch) | |
tree | d4d76c634fa506b06bb16314c2339bd066e679ad /configure | |
parent | Adding upstream version 1.13. (diff) | |
download | zutils-4816449fbba7a5716f22aa5c1e9fa6bc62059fae.tar.xz zutils-4816449fbba7a5716f22aa5c1e9fa6bc62059fae.zip |
Adding upstream version 1.14~rc1.upstream/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=zutils -pkgversion=1.13 +pkgversion=1.14-rc1 srctrigger=doc/${pkgname}.texi # clear some things potentially inherited from environment. @@ -118,7 +118,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 |