New function check_for_xorriso in releng_getopts.inc

This commit is contained in:
2011-07-15 11:30:30 +00:00
parent c394fe3ea2
commit 73cfce131d
2 changed files with 32 additions and 5 deletions

View File

@ -62,11 +62,7 @@ do
done
# Insist in having a xorriso
if [ ! -x "$RELENG_XORRISO" ]; then
print_help
printf "\n${SELF}: -x absolute or relative path to binary to be run.\n\n"
exit 31
fi
check_for_xorriso -x
#
get_speeds() {