mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-20 02:12:51 +02:00
Bash-5.0 patch 3: improvements when globbing directory names containing backslashes
This commit is contained in:
+1
-1
@@ -3752,7 +3752,7 @@ completion_glob_pattern (string)
|
||||
continue;
|
||||
|
||||
case '\\':
|
||||
if (*string == 0)
|
||||
if (*string++ == 0)
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user