shims/scm/git: fix unintended backtick usage

This commit is contained in:
Bo Anderson 2021-03-02 17:07:02 +00:00
parent a3ed481b9e
commit d625f91d3c
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -5,7 +5,7 @@
if [ -z "$HOMEBREW_LIBRARY" ] if [ -z "$HOMEBREW_LIBRARY" ]
then then
echo "${0##*/}: This shim is internal and must be run via `brew`." >&2 echo "${0##*/}: This shim is internal and must be run via brew." >&2
exit 1 exit 1
fi fi