shellutil.py: ignore tilde '~' as special character
authorCarsten Schoenert <c.schoenert@t-online.de>
Fri, 12 Jan 2018 17:08:14 +0000 (18:08 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 23 Aug 2019 18:30:17 +0000 (19:30 +0100)
commitc1f19141f2df4b60012fa4b48be6ead5b1d4d43e
treef30d0a37f19d94439eb084c864b1be1f745dd8fe
parent32a82a55292aea4de953386e362351933505cbcf
shellutil.py: ignore tilde '~' as special character

Currently we don't need the tilde sign defined as a special character
inside the Python wrappers around the autotools files, it's not used any
there and breaks the build of Debian beta versions which uses '~' to
mark the Debian version as 'smaller than'.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name shellutil.py-ignore-tilde-as-special-character.patch
python/mozbuild/mozbuild/shellutil.py