commit bash-20161118 snapshot

This commit is contained in:
Chet Ramey
2016-11-21 14:50:59 -05:00
parent 5c1f20964a
commit 31a8d95a37
14 changed files with 530 additions and 34 deletions
+1 -1
View File
@@ -1243,7 +1243,7 @@ gen_command_matches (cs, cmd, text, line, ind, lwords, nw, cw)
}
cscmd[cmdlen] = '\0';
tw = command_substitute (cscmd, 0);
tw = command_substitute (cscmd, 0, 0);
csbuf = tw ? tw->word : (char *)NULL;
if (tw)
dispose_word_desc (tw);