mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
commit bash-20190223 snapshot
This commit is contained in:
+1
-1
@@ -3765,7 +3765,7 @@ completion_glob_pattern (string)
|
||||
continue;
|
||||
|
||||
case '\\':
|
||||
if (*string == 0)
|
||||
if (*string++ == 0)
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user