]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - bashline.c
Bash-4.1 patchlevel 11
[thirdparty/bash.git] / bashline.c
index 7658771ebb18a0e4fbab743cb244c777c46ee873..9b49d0b486e5dc5511c6837cc0c587169cb24d0d 100644 (file)
@@ -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)
        {