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>
Sat, 13 Jul 2019 06:27:42 +0000 (07:27 +0100)
commit01c344cbe45fb5cb2f53e91f0e8c78b3a2ac44f1
tree19d75e6f0ede2cf678dae474e2ad9de88dd190a8
parent918bb5464096ec3ae28eb048ef2bf28dc9f35dee
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