swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: 740a8fc2249cf7d8b39ab50a25bbf86554158ae7 authored by Junio C Hamano on 12 September 2011, 17:33:03 UTC
Git 1.7.6.3
Tip revision: 740a8fc
unimplemented.sh
#!/bin/sh

echo >&2 "fatal: git was built without support for `basename $0` (@@REASON@@)."
exit 128
back to top