handle specific help anywhere
This commit is contained in:
@ -12,8 +12,16 @@ not_in_releng_exit() {
|
||||
|
||||
. inc/releng_getopts.inc || not_in_releng_exit
|
||||
|
||||
# xorriso binary is not needed for that particular test
|
||||
#print_specific_help() {
|
||||
# # NONE YET
|
||||
#}
|
||||
|
||||
if test "$SPECIFIC_HELP" = 1; then
|
||||
# print_specific_help
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# xorriso binary is not needed for that particular test
|
||||
SAMPLE_CODE_DIR=codesamples
|
||||
CC=g++
|
||||
|
||||
|
Reference in New Issue
Block a user