Staging
v0.5.1
Revision 9b7cbb315923e61bb0c4297c701089f30e116750 authored by Junio C Hamano on 17 December 2014, 19:49:34 UTC, committed by Junio C Hamano on 17 December 2014, 19:49:34 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 77933f4
Raw File
unimplemented.sh
#!/bin/sh

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