commit bash-20050915 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:51:07 -05:00
parent a2e7f35864
commit 66e6d7cffd
14 changed files with 2948 additions and 1046 deletions
+2 -2
View File
@@ -146,13 +146,13 @@ reader_loop ()
execute_command (current_command);
exec_done:
QUIT;
if (current_command)
{
dispose_command (current_command);
current_command = (COMMAND *)NULL;
}
QUIT;
}
}
else