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, 14 Jun 2019 05:25:35 +0000 (06:25 +0100)
commit5985b29220cc108f06b6209f1fa200155c60c7cc
tree91cc98cbe071178455d8e7f97571f20d5b43337c
parent1c23259343282b536324e4f70d2da5d20d2fe691
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