commit bash-20050623 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:47:46 -05:00
parent 19e1dd936d
commit 0f445e6cd2
7 changed files with 34 additions and 41 deletions
+7 -1
View File
@@ -1905,7 +1905,7 @@ tcsh_magic_space (count, ignore)
else
return (1);
}
#endif
#endif /* BANG_HISTORY */
/* History and alias expand the line. */
static int
@@ -1914,7 +1914,10 @@ history_and_alias_expand_line (count, ignore)
{
char *new_line;
new_line = 0;
#if defined (BANG_HISTORY)
new_line = history_expand_line_internal (rl_line_buffer);
#endif
#if defined (ALIAS)
if (new_line)
@@ -1950,7 +1953,10 @@ shell_expand_line (count, ignore)
char *new_line;
WORD_LIST *expanded_string;
new_line = 0;
#if defined (BANG_HISTORY)
new_line = history_expand_line_internal (rl_line_buffer);
#endif
#if defined (ALIAS)
if (new_line)