mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
mozbuild: remove tilde char from special character blacklist as win32 short path contains tilde character.
This commit is contained in:
parent
18908d2f06
commit
c45d02ceb2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ UNQUOTED_TOKENS_RE = _tokens2re(
|
|||
whitespace=r'[\t\r\n ]+',
|
||||
quote=r'[\'"]',
|
||||
comment='#',
|
||||
special=r'[<>&|`~(){}$;\*\?]',
|
||||
special=r'[<>&|`(){}$;\*\?]',
|
||||
backslashed=r'\\[^\\]',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue