ash: fix redirection of fd 0 in scripts are sourced from interactive ash
[oweals/busybox.git] / shell / ash_test / ash-arith / arith-for.right
index 44941103f948018addc35209dc908a563b468c90..88dbc15fafa474d58cd439d9da515bde4c9e1822 100644 (file)
@@ -11,8 +11,8 @@
 2
 4
 fx is a function
-fx () 
-{ 
+fx ()
+{
     i=0;
     for ((1; i < 3; i++ ))
     do