git-shell-verify: improve /bin/sh compatibility
commitb216b369325f086f3ccfc54e4ed5fed14a826fc4
authorKyle J. McKay <mackyle@gmail.com>
Wed, 12 Feb 2014 09:52:40 +0000 (12 01:52 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 12 Feb 2014 09:52:40 +0000 (12 01:52 -0800)
tree015d616c34cbc4cbbc6e1b7ce69356c36b17b5f7
parentd20ec16602c085fa6d5d2fd3e95b0b4ec830179b
git-shell-verify: improve /bin/sh compatibility

Some /bin/sh shells do not properly handle quoting after ${X% or
${X#, so replace the quoting with something more compatible.
bin/git-shell-verify