1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-19 15:13:52 +02: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