commit bash-20190223 snapshot

This commit is contained in:
Chet Ramey
2019-02-25 08:48:43 -05:00
parent 9e48f85654
commit 3eef85534f
8 changed files with 72 additions and 5 deletions
+1 -1
View File
@@ -3765,7 +3765,7 @@ completion_glob_pattern (string)
continue;
case '\\':
if (*string == 0)
if (*string++ == 0)
return (0);
}