summaryrefslogtreecommitdiff
path: root/unimplemented.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-04-12 17:55:18 -0700
committerJunio C Hamano <gitster@pobox.com>2009-04-12 17:56:25 -0700
commit7d5a1806e8c2d9980938a05a56939272ad2ec338 (patch)
tree6a09da6a7a0d76a3bf1fc0f2d860349c6efe1de9 /unimplemented.sh
parent078688213f321ac52c224c1cfa264d686c7264bd (diff)
parentc965c029330b1f81cc107c5d829e7fd79c61d8ea (diff)
downloadgit-7d5a1806e8c2d9980938a05a56939272ad2ec338.tar.gz
Mark t1301 permission test to depend on POSIXPERM
This prepares the topic for inclusion to master.
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 0000000000..5252de4b25
--- /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