unimplemented.sh 101 B

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