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, 21 Jun 2019 16:48:43 +0000 (17:48 +0100)
commitf059fda06e50bd720cba0e10c36347365b2af41a
treed5affe609657debfbf6d4dd656c9465ff6aeaf49
parent52f9e6b9d2a77fff26a3dddc607fb9730a1ddf55
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