From 92411a5d4d0083722696abf6fdfcc8f1c894a150 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:17:11 +0100 Subject: Merging upstream version 0.8~rc1. Signed-off-by: Daniel Baumann --- ztest.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ztest.in') diff --git a/ztest.in b/ztest.in index f56c853..98e93f6 100644 --- a/ztest.in +++ b/ztest.in @@ -12,7 +12,7 @@ recursive=0 two_hyphens=0 # Loop over args until a filename is found -while [ x"$1" != x ] ; do +while [ -n "$1" ] ; do case "$1" in --help | --he* | -h) @@ -39,7 +39,7 @@ while [ x"$1" != x ] ; do echo "Zutils home page: http://www.nongnu.org/zutils/zutils.html" exit 0 ;; --version | --ve* | -V) - echo "Ztest VERSION" + echo "Ztest (zutils) VERSION" echo "Copyright (C) 2009 Antonio Diaz Diaz." echo "This script is free software: you have unlimited permission" echo "to copy, distribute and modify it." -- cgit v1.2.3