Removed remnant reference to releng_getopts_ts.inc
This commit is contained in:
parent
ce12275556
commit
b6e5e80b4f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user