summaryrefslogtreecommitdiff
path: root/tests/redir.right
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:05:53 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:05:53 -0500
commitd3ad40dee6b4c80322ff3ca0b0b4c90a2f0efd61 (patch)
tree244f20657adb42530ea33d805437f791a701adc3 /tests/redir.right
parent28157acd2d622d79329a0cfd0c8fd3a5d7b3baeb (diff)
downloadbash-d3ad40dee6b4c80322ff3ca0b0b4c90a2f0efd61.tar.gz
commit bash-20070329 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 68bea526..e56b9804 100644
--- a/tests/redir.right
+++ b/tests/redir.right
@@ -78,7 +78,7 @@ read line
echo $line
f ()
{
- exec 5<$0;
+ exec 5< $0;
exec 0<&5-;
while read line; do
echo "$line";