summaryrefslogtreecommitdiff
path: root/tests/redir.right
diff options
context:
space:
mode:
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 68bea52..e56b980 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";