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