commit bash-20110114 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:14:20 -05:00
parent f9c8ffcbc4
commit deeba0d2f7
40 changed files with 1168 additions and 2232 deletions
+1 -1
View File
@@ -2863,7 +2863,7 @@ select_query (list, list_len, prompt, print_menu)
fflush (stderr);
QUIT;
if (read_builtin ((WORD_LIST *)NULL) == EXECUTION_FAILURE)
if (read_builtin ((WORD_LIST *)NULL) != EXECUTION_SUCCESS)
{
putchar ('\n');
return ((char *)NULL);