commit bash-20120302 snapshot

This commit is contained in:
Chet Ramey
2012-04-09 09:59:09 -04:00
parent 09cd2889c9
commit e73012f12c
106 changed files with 59210 additions and 28364 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ parse_and_execute (string, from_file, flags)
command->value.Simple->redirects &&
command->value.Simple->redirects->next == 0 &&
command->value.Simple->redirects->instruction == r_input_direction &&
command->value.Simple->redirects->redirector.dest == 1)
command->value.Simple->redirects->redirector.dest == 0)
{
int r;
r = cat_file (command->value.Simple->redirects);