diff options
Diffstat (limited to '')
-rwxr-xr-x | rev-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rev-test/test b/rev-test/test index 4cff0bc..8ae234a 100755 --- a/rev-test/test +++ b/rev-test/test @@ -89,7 +89,7 @@ combining () if test $# = 0; then - set $(printf 'file_%i\n' $(seq 1 $N)) dash nolf utf8 file_one file_many file_dash ddash combining + set $(printf 'file_%i\n' $(seq $N)) dash nolf utf8 file_one file_many file_dash ddash combining fi ( for f in $@; do |