summaryrefslogtreecommitdiff
path: root/tests/redir.right
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2013-12-16 11:09:16 -0500
committerChet Ramey <chet.ramey@case.edu>2013-12-16 11:09:16 -0500
commitc51b384fc790ec1c76f67238f3167bcdba9eb34d (patch)
tree27687fe89820536fd7104f6d6ab2b86a0cc653f4 /tests/redir.right
parent2e74e96464728e148b421c18fc04d83dce51cecc (diff)
downloadbash-c51b384fc790ec1c76f67238f3167bcdba9eb34d.tar.gz
commit bash-20131122 snapshot
Diffstat (limited to 'tests/redir.right')
-rw-r--r--tests/redir.right2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/redir.right b/tests/redir.right
index 12b944b1..f461e655 100644
--- a/tests/redir.right
+++ b/tests/redir.right
@@ -130,7 +130,7 @@ to stdout
logfunc is a function
logfunc ()
{
- echo "$@" &>>$TMPDIR/log
+ echo "$@" &>> $TMPDIR/log
}
foo
bix is a function