Imported from ../bash-2.02.1.tar.gz.

This commit is contained in:
Jari Aalto
1998-07-23 14:37:54 +00:00
parent cce855bc5b
commit bc4cd23ce9
23 changed files with 204 additions and 70 deletions
+2
View File
@@ -77,6 +77,7 @@ case "$1" in
# Start value only
count=${1%-}
forever=1
end="-1";
;;
-[0-9]*-[0-9]*|[0-9]*-[0-9]*)
# Start and end value
@@ -92,6 +93,7 @@ case "$1" in
;;
-)
forever=1
end="-1";
;;
*)
echo "$name: bad count parameter: $1" 1>&2