Removed call to print_specific_help from releng_getopts.inc
This commit is contained in:
parent
00fc9608cb
commit
71c3f201f8
@ -89,7 +89,7 @@ check_for_xorriso() {
|
||||
if test -z "$RELENG_XORRISO" -o "$RELENG_XORRISO" = "0"
|
||||
then
|
||||
print_help
|
||||
print_specific_help
|
||||
# print_specific_help
|
||||
echo "${SELF}: Need -x absolute or relative path to binary to be run."
|
||||
echo
|
||||
exit 31
|
||||
@ -97,7 +97,7 @@ check_for_xorriso() {
|
||||
if [ x"$1" = x"-x" -a ! -x "$RELENG_XORRISO" ]
|
||||
then
|
||||
print_help
|
||||
print_specific_help
|
||||
# print_specific_help
|
||||
echo "${SELF}: Path given by option -x does not lead to an executable file."
|
||||
echo "Given is: '$RELENG_XORRISO'"
|
||||
if test "$RELENG_XORRISO" = "xorriso"
|
||||
|
Loading…
Reference in New Issue
Block a user