Removed obsolete input checks from releng_getopts.inc
This commit is contained in:
parent
bbd7a48095
commit
8841bcfca7
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user