mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20161118 snapshot
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user