From 30d188c2932d6ef609d894fefeb7e7b03ccff463 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 21 Nov 2011 20:57:16 -0500 Subject: Bash-4.1 patchlevel 11 --- bashline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashline.c') 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) { -- cgit v1.2.3