@@ -43,9 +43,15 @@ if [ "$1" = "--reconfig" ] || [ "$1" = "--reconfigure" ]; then
exit $?
fi
export SHOW_HELP="0"
set_default
detect_params "$@"
check_params
if [ "$SHOW_HELP" != "0" ]; then
showhelp
exit 0
fi
save_params
make_cflags_and_ldflags
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.