Removed obsolete input checks from releng_getopts.inc

This commit is contained in:
Thomas Schmitt 2011-07-15 10:34:39 +00:00
parent 02a13e140f
commit c394fe3ea2
1 changed files with 0 additions and 20 deletions

View File

@ -141,23 +141,3 @@ then
fi
# Each releng_ test should decide whether or not to check that
#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
if [ x"$KEEP" != x"0" -a x"$KEEP" != x"1" ]; then
print_help
printf "\n${SELF}: -k keep selfgenerated data.\n\n"
exit 31
fi
if [ x"$CLEANUP" != x"0" -a x"$CLEANUP" != x"1" ]; then
print_help
printf "\n${SELF}: -c cleanup selfgenerated data kept from previous run.\n\n"
exit 31
fi