diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:21:48 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:21:48 -0500 |
commit | 6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2 (patch) | |
tree | f6bbcf557b86c7cb65e77feb6de7414e224c3a65 /make_cmd.c | |
parent | 1d0e1a34e001317e7e5acd206639577fd398f107 (diff) | |
download | bash-6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2.tar.gz |
commit bash-20080410 snapshot
Diffstat (limited to 'make_cmd.c')
-rw-r--r-- | make_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -685,7 +685,7 @@ make_redirection (source, instruction, dest_and_filename) case r_output_direction: /* >foo */ case r_output_force: /* >| foo */ - case r_err_and_out: /* command &>filename */ + case r_err_and_out: /* &>filename */ temp->flags = O_TRUNC | O_WRONLY | O_CREAT; break; |