From c394fe3ea2f71d78e8af7db332c0bfc767657021 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 15 Jul 2011 10:34:39 +0000 Subject: [PATCH] Removed obsolete input checks from releng_getopts.inc --- releng/inc/releng_getopts.inc | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/releng/inc/releng_getopts.inc b/releng/inc/releng_getopts.inc index 4bc21688..516d7ad4 100644 --- a/releng/inc/releng_getopts.inc +++ b/releng/inc/releng_getopts.inc @@ -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 - -