handle specific help anywhere
This commit is contained in:
@ -13,6 +13,15 @@ not_in_releng_exit() {
|
||||
# Include common bits
|
||||
. inc/releng_getopts.inc || not_in_releng_exit
|
||||
|
||||
#print_specific_help() {
|
||||
# # NONE YET
|
||||
#}
|
||||
|
||||
if test "$SPECIFIC_HELP" = 1; then
|
||||
# print_specific_help
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Each test should decide whether or not it needs
|
||||
# a xorriso binary to test, since some do compilations only.
|
||||
if [ ! -x $RELENG_XORRISO ]; then
|
||||
|
Reference in New Issue
Block a user