mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
Bash-4.2 patch 42
This commit is contained in:
@@ -2393,6 +2393,7 @@ pop_alias:
|
||||
is the last character). If it's not the last character, we need
|
||||
to consume the quoted newline and move to the next character in
|
||||
the expansion. */
|
||||
#if defined (ALIAS)
|
||||
if (expanding_alias () && shell_input_line[shell_input_line_index+1] == '\0')
|
||||
{
|
||||
uc = 0;
|
||||
@@ -2403,7 +2404,8 @@ pop_alias:
|
||||
shell_input_line_index++; /* skip newline */
|
||||
goto next_alias_char; /* and get next character */
|
||||
}
|
||||
else
|
||||
else
|
||||
#endif
|
||||
goto restart_read;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user