Staging
v0.5.1
Revision 02a110ad435a6ccda648f09f94e546dfd7bdd0ac authored by Jonathan Nieder on 26 September 2013, 22:01:41 UTC, committed by Jonathan Nieder on 26 September 2013, 22:01:41 UTC
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
1 parent 437ce60
Raw File
unimplemented.sh
#!/bin/sh

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