Staging
v0.7.0
Revision 77200e9332cc0f6004c80f5e1e09a7b37bf8a3f3 authored by Christopher Diaz Riveros on 15 September 2019, 21:56:56 UTC, committed by Christopher Diaz Riveros on 29 October 2019, 00:21:27 UTC
Signed-off-by: Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>
1 parent 045a548
Raw File
unimplemented.sh
#!/bin/sh

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