mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20080410 snapshot
This commit is contained in:
+1
-1
@@ -969,7 +969,7 @@ print_redirection (redirect)
|
||||
break;
|
||||
|
||||
case r_err_and_out:
|
||||
cprintf (">&%s", redirectee->word);
|
||||
cprintf ("&>%s", redirectee->word);
|
||||
break;
|
||||
|
||||
case r_input_output:
|
||||
|
||||
Reference in New Issue
Block a user