summaryrefslogtreecommitdiff
path: root/unimplemented.sh
diff options
context:
space:
mode:
Diffstat (limited to 'unimplemented.sh')
-rw-r--r--unimplemented.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unimplemented.sh b/unimplemented.sh
index 5252de4..fee21d2 100644
--- a/unimplemented.sh
+++ b/unimplemented.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-echo >&2 "fatal: git was built without support for `basename $0` (@@REASON@@)."
+echo >&2 "fatal: git was built without support for $(basename $0) (@@REASON@@)."
exit 128