handle specific help anywhere

This commit is contained in:
George Danchev
2011-07-18 17:22:59 +00:00
parent 608b85b271
commit 2df323bca1
7 changed files with 54 additions and 6 deletions

View File

@ -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++