mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
The correct fix for bug 780497. Missed a backslash.
This commit is contained in:
parent
d7e70f8548
commit
152872b738
@ -16,7 +16,7 @@ _log = logging.getLogger('pymake.process')
|
||||
|
||||
_escapednewlines = re.compile(r'\\\n')
|
||||
_blacklist = re.compile(r'[$><;[~`|&()]' +
|
||||
r'|${|(?:^|\s){(?:$|\s)') # Blacklist ${foo} and { commands }
|
||||
r'|\${|(?:^|\s){(?:$|\s)') # Blacklist ${foo} and { commands }
|
||||
_needsglob = re.compile(r'[\*\?]')
|
||||
def clinetoargv(cline):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user