contrib: Fix gcc-descr script [PR102664]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 8 Mar 2022 16:44:17 +0000 (16:44 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 8 Mar 2022 16:46:36 +0000 (16:46 +0000)
commit10ecf5182a0f63d79a44b953483ecfbb54d29bcb
tree0d0602ca0a8db698e08b4e4977d0fd2df8523c2d
parent058d19b42ad4c4c22635f70db6913a80884aedec
contrib: Fix gcc-descr script [PR102664]

POSIX expr does not support the 'match' keyword, so the git-descr.sh
scripts should use ':' instead.

contrib/ChangeLog:

PR other/102664
* git-descr.sh: Use portable form of expr match.
contrib/git-descr.sh