mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20100129 snapshot
This commit is contained in:
+1
-1
@@ -1680,7 +1680,7 @@ globword:
|
||||
a single match (multiple matches that end up reducing the number of
|
||||
characters in the common prefix are bad) will ever be returned on
|
||||
regular completion. */
|
||||
if (glob_pattern_p (hint))
|
||||
if (globpat)
|
||||
{
|
||||
if (state == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user