Removed remnant reference to releng_getopts_ts.inc

This commit is contained in:
Thomas Schmitt 2011-07-15 10:26:26 +00:00
parent 8426577362
commit f33d3fedb3
1 changed files with 1 additions and 7 deletions

View File

@ -15,13 +15,7 @@ print_specific_help() {
}
# Include common bits and interpret general options
getopts_ts=1
if test "$getopts_ts" = 1
then
getopts_inc=inc/releng_getopts_ts.inc
else
getopts_inc=inc/releng_getopts.inc
fi
getopts_inc=inc/releng_getopts.inc
if test -e "$getopts_inc"
then
. "$getopts_inc"