From 8841bcfca7799abc339dec5b53870554a41b4c3b 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 --- .../trunk/releng/inc/releng_getopts.inc | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/libisoburn/trunk/releng/inc/releng_getopts.inc b/libisoburn/trunk/releng/inc/releng_getopts.inc index 4bc21688..516d7ad4 100644 --- a/libisoburn/trunk/releng/inc/releng_getopts.inc +++ b/libisoburn/trunk/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 - -