|
@@ -6,7 +6,7 @@
|
|
|
## See http://www.gnu.org/software/shtool/ for more information.
|
|
## See http://www.gnu.org/software/shtool/ for more information.
|
|
|
## See ftp://ftp.gnu.org/gnu/shtool/ for latest version.
|
|
## See ftp://ftp.gnu.org/gnu/shtool/ for latest version.
|
|
|
##
|
|
##
|
|
|
-## Version: 2.0b0 (12-Feb-2004)
|
|
|
|
|
|
|
+## Version: 2.0b1 (18-Feb-2004)
|
|
|
## Contents: all available modules
|
|
## Contents: all available modules
|
|
|
##
|
|
##
|
|
|
|
|
|
|
@@ -65,7 +65,7 @@ if [ $# -eq 0 ]; then
|
|
|
exit 1
|
|
exit 1
|
|
|
fi
|
|
fi
|
|
|
if [ ".$1" = ".-h" ] || [ ".$1" = ".--help" ]; then
|
|
if [ ".$1" = ".-h" ] || [ ".$1" = ".--help" ]; then
|
|
|
- echo "This is GNU shtool, version 2.0b0 (12-Feb-2004)"
|
|
|
|
|
|
|
+ echo "This is GNU shtool, version 2.0b1 (18-Feb-2004)"
|
|
|
echo "Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com>"
|
|
echo "Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com>"
|
|
|
echo "Report bugs to <bug-shtool@gnu.org>"
|
|
echo "Report bugs to <bug-shtool@gnu.org>"
|
|
|
echo ''
|
|
echo ''
|
|
@@ -131,7 +131,7 @@ if [ ".$1" = ".-h" ] || [ ".$1" = ".--help" ]; then
|
|
|
exit 0
|
|
exit 0
|
|
|
fi
|
|
fi
|
|
|
if [ ".$1" = ".-v" ] || [ ".$1" = ".--version" ]; then
|
|
if [ ".$1" = ".-v" ] || [ ".$1" = ".--version" ]; then
|
|
|
- echo "GNU shtool 2.0b0 (12-Feb-2004)"
|
|
|
|
|
|
|
+ echo "GNU shtool 2.0b1 (18-Feb-2004)"
|
|
|
exit 0
|
|
exit 0
|
|
|
fi
|
|
fi
|
|
|
if [ ".$1" = ".-r" ] || [ ".$1" = ".--recreate" ]; then
|
|
if [ ".$1" = ".-r" ] || [ ".$1" = ".--recreate" ]; then
|