Bash-5.0 patch 3: improvements when globbing directory names containing backslashes

This commit is contained in:
Chet Ramey
2019-03-19 10:05:39 -04:00
parent ddf3f643cb
commit fcf6ae7d06
6 changed files with 52 additions and 17 deletions
+1 -1
View File
@@ -3752,7 +3752,7 @@ completion_glob_pattern (string)
continue;
case '\\':
if (*string == 0)
if (*string++ == 0)
return (0);
}