mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 10:20:49 +02:00
commit bash-20150724 snapshot
This commit is contained in:
@@ -5629,6 +5629,10 @@ not_escape:
|
||||
else
|
||||
{
|
||||
RESIZE_MALLOCED_BUFFER (result, result_index, 3, result_size, PROMPT_GROWTH);
|
||||
/* dequote_string should take care of removing this if we are not
|
||||
performing the rest of the word expansions. */
|
||||
if (c == CTLESC || c == CTLNUL)
|
||||
result[result_index++] = CTLESC;
|
||||
result[result_index++] = c;
|
||||
result[result_index] = '\0';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user