diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-12 17:55:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-12 17:56:25 -0700 |
commit | 7d5a1806e8c2d9980938a05a56939272ad2ec338 (patch) | |
tree | 6a09da6a7a0d76a3bf1fc0f2d860349c6efe1de9 /unimplemented.sh | |
parent | 078688213f321ac52c224c1cfa264d686c7264bd (diff) | |
parent | c965c029330b1f81cc107c5d829e7fd79c61d8ea (diff) | |
download | git-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.sh | 4 |
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 |