sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit c042c519e14cfd15f2fc49fa479d0f5b7bb18183
parent 60bf0a80c52c4c6d48a69696bcd0dfc9f1c1ecb6
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 13 Jun 2016 00:13:24 +0200

sboupgrade: get rid of no-longer-used variables

Diffstat:
Msboupgrade | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/sboupgrade b/sboupgrade @@ -54,8 +54,6 @@ my $noclean = $config{NOCLEAN}; my $distclean = $config{DISTCLEAN}; my $jobs = $config{JOBS}; my ($help, $vers, $force, $no_install, $non_int, $force_reqs, $all); -# backwards compatibility options -my ($install_new, $no_reqs, $compat32); GetOptions( 'help|h' => \$help,