Adding upstream version 0.8~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0504e18b91
commit
7877117516
14 changed files with 35 additions and 50 deletions
4
zcat.in
4
zcat.in
|
@ -14,7 +14,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)
|
||||
|
@ -44,7 +44,7 @@ while [ x"$1" != x ] ; do
|
|||
echo "Zutils home page: http://www.nongnu.org/zutils/zutils.html"
|
||||
exit 0 ;;
|
||||
--version | --ve* | -V)
|
||||
echo "Zcat VERSION"
|
||||
echo "Zcat (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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue