shims/scm/git: fix unintended backtick usage
This commit is contained in:
parent
a3ed481b9e
commit
d625f91d3c
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user