Removed remnant reference to releng_getopts_ts.inc
This commit is contained in:
parent
8426577362
commit
f33d3fedb3
@ -15,13 +15,7 @@ print_specific_help() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Include common bits and interpret general options
|
# Include common bits and interpret general options
|
||||||
getopts_ts=1
|
getopts_inc=inc/releng_getopts.inc
|
||||||
if test "$getopts_ts" = 1
|
|
||||||
then
|
|
||||||
getopts_inc=inc/releng_getopts_ts.inc
|
|
||||||
else
|
|
||||||
getopts_inc=inc/releng_getopts.inc
|
|
||||||
fi
|
|
||||||
if test -e "$getopts_inc"
|
if test -e "$getopts_inc"
|
||||||
then
|
then
|
||||||
. "$getopts_inc"
|
. "$getopts_inc"
|
||||||
|
Loading…
Reference in New Issue
Block a user