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