summaryrefslogtreecommitdiff
path: root/make_cmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:48 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:48 -0500
commit6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2 (patch)
treef6bbcf557b86c7cb65e77feb6de7414e224c3a65 /make_cmd.c
parent1d0e1a34e001317e7e5acd206639577fd398f107 (diff)
downloadbash-6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2.tar.gz
commit bash-20080410 snapshot
Diffstat (limited to 'make_cmd.c')
-rw-r--r--make_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_cmd.c b/make_cmd.c
index 08eed18a..48dba088 100644
--- a/make_cmd.c
+++ b/make_cmd.c
@@ -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;