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"
|
if test -z "$RELENG_XORRISO" -o "$RELENG_XORRISO" = "0"
|
||||||
then
|
then
|
||||||
print_help
|
print_help
|
||||||
print_specific_help
|
# print_specific_help
|
||||||
echo "${SELF}: Need -x absolute or relative path to binary to be run."
|
echo "${SELF}: Need -x absolute or relative path to binary to be run."
|
||||||
echo
|
echo
|
||||||
exit 31
|
exit 31
|
||||||
@ -97,7 +97,7 @@ check_for_xorriso() {
|
|||||||
if [ x"$1" = x"-x" -a ! -x "$RELENG_XORRISO" ]
|
if [ x"$1" = x"-x" -a ! -x "$RELENG_XORRISO" ]
|
||||||
then
|
then
|
||||||
print_help
|
print_help
|
||||||
print_specific_help
|
# print_specific_help
|
||||||
echo "${SELF}: Path given by option -x does not lead to an executable file."
|
echo "${SELF}: Path given by option -x does not lead to an executable file."
|
||||||
echo "Given is: '$RELENG_XORRISO'"
|
echo "Given is: '$RELENG_XORRISO'"
|
||||||
if test "$RELENG_XORRISO" = "xorriso"
|
if test "$RELENG_XORRISO" = "xorriso"
|
||||||
|
Loading…
Reference in New Issue
Block a user