Fix typo in seq.in

darcs-hash:20060809225230-ac50b-8371f5fd1a22526325d46f5a0565e3a38d51bb78.gz
This commit is contained in:
axel 2006-08-10 08:52:30 +10:00
parent a2c70f495e
commit 8207030b21

2
seq.in
View file

@ -39,7 +39,7 @@ switch (count $argv)
end
for i in $from $step $to
if not echo $i | grep -E ^-?[0-9]*([0-9]*|\.[0-9]+)$' >/dev/null
if not echo $i | grep -E '^-?[0-9]*([0-9]*|\.[0-9]+)$' >/dev/null
printf (_ "%s: '%s' is not a number\n") seq $i
exit 1
end