diff options
Diffstat (limited to 'shell/ash_test/ash-arith/arith-for.testsx')
-rwxr-xr-x | shell/ash_test/ash-arith/arith-for.testsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-arith/arith-for.testsx b/shell/ash_test/ash-arith/arith-for.testsx index 585aa51..4fa30ff 100755 --- a/shell/ash_test/ash-arith/arith-for.testsx +++ b/shell/ash_test/ash-arith/arith-for.testsx @@ -73,7 +73,7 @@ done type fx fx -# errors +# errors for (( i=0; "i < 3" )) do echo $i |