sbotools2

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

commit 3ed71293a046943c15ff05e897c0b0005e4f009a
parent 6bb308fa1b9a51b842b2e7a67800eea4211d9809
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 28 Aug 2016 15:49:33 +0200

sboremove: use SBO::Lib line contained duplicate of get_sbo_location

Diffstat:
Msboremove | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sboremove b/sboremove @@ -13,7 +13,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib qw/ get_inst_names get_installed_packages get_sbo_location get_build_queue merge_queues get_requires get_readme_contents get_sbo_location show_version in /; +use SBO::Lib qw/ get_inst_names get_installed_packages get_sbo_location get_build_queue merge_queues get_requires get_readme_contents show_version in /; use Getopt::Long qw(:config bundling); use File::Basename;