mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 10:20:49 +02:00
Bash-4.1 patchlevel 11
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