Imported from ../bash-2.02.1.tar.gz.
This commit is contained in:
parent
cce855bc5b
commit
bc4cd23ce9
23 changed files with 204 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue