]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/cprint.right
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / cprint.right
index 200007241e87eea12c1f7e47f32156191510ed74..269136dc2121594a94062dc932c94bb7a3f73539 100644 (file)
@@ -19,7 +19,7 @@ tf ()
         i=$(( i + 1 ));
     done;
     [[ -r /dev/fd/0 && -w /dev/fd/1 ]] || echo oops > /dev/null;
-    for name in $( echo 1 2 3 );
+    for name in $(echo 1 2 3);
     do
         test -r /dev/fd/$name;
     done;