mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 07:43:07 +02:00
Imported from ../bash-2.02.1.tar.gz.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user