diff --git a/libisoburn/trunk/releng/manual_devices b/libisoburn/trunk/releng/manual_devices index d5bf5492..6c3a9c07 100755 --- a/libisoburn/trunk/releng/manual_devices +++ b/libisoburn/trunk/releng/manual_devices @@ -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"