summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-18 05:30:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-18 05:30:53 +0000
commit99b6a13be3d2e0834c00dd98886374ee09c7ee4d (patch)
tree8245527aef155d2751f92e8a2c87520d4e5e921b /configure
parentReleasing debian version 1.14-2. (diff)
downloadlunzip-99b6a13be3d2e0834c00dd98886374ee09c7ee4d.tar.xz
lunzip-99b6a13be3d2e0834c00dd98886374ee09c7ee4d.zip
Merging upstream version 1.15~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a6e4a93..4aea9d0 100755
--- a/configure
+++ b/configure
@@ -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