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>
Thu, 14 Feb 2019 19:01:03 +0000 (19:01 +0000)
commit1ba53fd72db65f9159bac040fb64dadea06a3ac2
tree4e66f37d03833d855b63d219de4d2fbfaa81a845
parent644593a4177bb00457a1bbd03f0c6a9dc3af0e9f
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