Skip to content

Commit

Permalink
Fix typo in seq.in
Browse files Browse the repository at this point in the history
darcs-hash:20060809225230-ac50b-8371f5fd1a22526325d46f5a0565e3a38d51bb78.gz
  • Loading branch information
liljencrantz committed Aug 9, 2006
1 parent a2c70f4 commit 8207030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seq.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8207030

Please sign in to comment.