Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / redir.right
index f816c63..f461e65 100644 (file)
@@ -130,7 +130,7 @@ to stdout
 logfunc is a function
 logfunc () 
 { 
-    echo "$@" &>>$TMPDIR/log
+    echo "$@" &>> $TMPDIR/log
 }
 foo
 bix is a function
@@ -139,3 +139,4 @@ bix ()
     echo foo 2>&1 | cat
 }
 foo
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::