diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-12 16:46:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-12 16:46:42 -0700 |
commit | 6f523f6d38e660edc67719fb0953d79cee3b4b1f (patch) | |
tree | 83076a723d21df25e335c917570fd617ca9dbd16 /unimplemented.sh | |
parent | Merge branch 'sb/doc-upstream-branch' (diff) | |
parent | tests: skip perl tests if NO_PERL is defined (diff) | |
download | tgif-6f523f6d38e660edc67719fb0953d79cee3b4b1f.tar.xz |
Merge branch 'jk/no-perl'
* jk/no-perl:
tests: skip perl tests if NO_PERL is defined
Makefile: allow building without perl
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 |