|
@@ -22,7 +22,7 @@ diff --git a/parse.y b/parse.y
|
|
|
index 1d12e639..8f1355c6 100644
|
|
index 1d12e639..8f1355c6 100644
|
|
|
--- a/parse.y
|
|
--- a/parse.y
|
|
|
+++ b/parse.y
|
|
+++ b/parse.y
|
|
|
-@@ -2625,6 +2625,7 @@ next_alias_char:
|
|
|
|
|
|
|
+@@ -2640,6 +2640,7 @@ next_alias_char:
|
|
|
parser_state |= PST_ENDALIAS;
|
|
parser_state |= PST_ENDALIAS;
|
|
|
/* We need to do this to make sure last_shell_getc_is_singlebyte returns
|
|
/* We need to do this to make sure last_shell_getc_is_singlebyte returns
|
|
|
true, since we are returning a single-byte space. */
|
|
true, since we are returning a single-byte space. */
|
|
@@ -30,7 +30,7 @@ index 1d12e639..8f1355c6 100644
|
|
|
if (shell_input_line_index == shell_input_line_len && last_shell_getc_is_singlebyte == 0)
|
|
if (shell_input_line_index == shell_input_line_len && last_shell_getc_is_singlebyte == 0)
|
|
|
{
|
|
{
|
|
|
#if 0
|
|
#if 0
|
|
|
-@@ -2638,6 +2639,7 @@ next_alias_char:
|
|
|
|
|
|
|
+@@ -2653,6 +2654,7 @@ next_alias_char:
|
|
|
shell_input_line_property[shell_input_line_index - 1] = 1;
|
|
shell_input_line_property[shell_input_line_index - 1] = 1;
|
|
|
#endif
|
|
#endif
|
|
|
}
|
|
}
|
|
@@ -42,7 +42,7 @@ diff --git a/y.tab.c b/y.tab.c
|
|
|
index 50c5845b..799f730f 100644
|
|
index 50c5845b..799f730f 100644
|
|
|
--- a/y.tab.c
|
|
--- a/y.tab.c
|
|
|
+++ b/y.tab.c
|
|
+++ b/y.tab.c
|
|
|
-@@ -4936,6 +4936,7 @@ next_alias_char:
|
|
|
|
|
|
|
+@@ -4955,6 +4955,7 @@ next_alias_char:
|
|
|
parser_state |= PST_ENDALIAS;
|
|
parser_state |= PST_ENDALIAS;
|
|
|
/* We need to do this to make sure last_shell_getc_is_singlebyte returns
|
|
/* We need to do this to make sure last_shell_getc_is_singlebyte returns
|
|
|
true, since we are returning a single-byte space. */
|
|
true, since we are returning a single-byte space. */
|
|
@@ -50,7 +50,7 @@ index 50c5845b..799f730f 100644
|
|
|
if (shell_input_line_index == shell_input_line_len && last_shell_getc_is_singlebyte == 0)
|
|
if (shell_input_line_index == shell_input_line_len && last_shell_getc_is_singlebyte == 0)
|
|
|
{
|
|
{
|
|
|
#if 0
|
|
#if 0
|
|
|
-@@ -4949,6 +4950,7 @@ next_alias_char:
|
|
|
|
|
|
|
+@@ -4968,6 +4969,7 @@ next_alias_char:
|
|
|
shell_input_line_property[shell_input_line_index - 1] = 1;
|
|
shell_input_line_property[shell_input_line_index - 1] = 1;
|
|
|
#endif
|
|
#endif
|
|
|
}
|
|
}
|