summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-12 13:38:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-12 13:38:52 +0000
commit5c80dc95d7b8e5341d621e6a4eccb6a6c52716b5 (patch)
treee597e01a819aa9c15dcfc02b8b0eaeb1ab56b0d4 /configure
parentAdding upstream version 0.25. (diff)
downloadtarlz-5c80dc95d7b8e5341d621e6a4eccb6a6c52716b5.tar.xz
tarlz-5c80dc95d7b8e5341d621e6a4eccb6a6c52716b5.zip
Adding upstream version 0.26.upstream/0.26upstream
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 37dbeac..c8ebc5b 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@
# to copy, distribute, and modify it.
pkgname=tarlz
-pkgversion=0.25
+pkgversion=0.26
progname=tarlz
srctrigger=doc/${pkgname}.texi
@@ -112,7 +112,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