Staging
v0.5.1
Revision 0628636d0c21324ae0f11be591611c6b1e55705f authored by Johannes Schindelin on 12 February 2021, 14:50:15 UTC, committed by Johannes Schindelin on 12 February 2021, 14:50:15 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent d7bdabe
Raw File
unimplemented.sh
#!/bin/sh

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