aboutsummaryrefslogtreecommitdiffstats
path: root/bashline.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-21 20:57:16 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-21 20:57:16 -0500
commit30d188c2932d6ef609d894fefeb7e7b03ccff463 (patch)
tree51fa285584cb0f99c7a4d64b0b56d355a747b3e2 /bashline.c
parent0001803f0b9523c94fa2ede48eaecb047fef4524 (diff)
downloadandroid_external_bash-30d188c2932d6ef609d894fefeb7e7b03ccff463.tar.gz
android_external_bash-30d188c2932d6ef609d894fefeb7e7b03ccff463.tar.bz2
android_external_bash-30d188c2932d6ef609d894fefeb7e7b03ccff463.zip
Bash-4.1 patchlevel 11
Diffstat (limited to 'bashline.c')
-rw-r--r--bashline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashline.c b/bashline.c
index 7658771..9b49d0b 100644
--- a/bashline.c
+++ b/bashline.c
@@ -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)
{