1
0
mirror of https://github.com/git/git synced 2024-06-30 22:54:27 +00:00
git/unimplemented.sh

5 lines
101 B
Bash
Raw Permalink Normal View History

#!/bin/sh
echo >&2 "fatal: git was built without support for $(basename $0) (@@REASON@@)."
exit 128