From f33d3fedb3ca77e26cfb27976e1c3365f6490e37 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 15 Jul 2011 10:26:26 +0000 Subject: [PATCH] Removed remnant reference to releng_getopts_ts.inc --- releng/manual_devices | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/releng/manual_devices b/releng/manual_devices index d5bf5492..6c3a9c07 100755 --- a/releng/manual_devices +++ b/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"