Revision cb95038137e9e66fc6a6b4a0e8db62bcc521b709 authored by Johannes Schindelin on 17 March 2022, 09:15:15 UTC, committed by Johannes Schindelin on 23 March 2022, 23:22:17 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent fdcad5a
Raw File
unimplemented.sh
#!/bin/sh

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