aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-28 15:49:33 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-28 15:49:33 +0200
commit3ed71293a046943c15ff05e897c0b0005e4f009a (patch)
tree1683478aefb5edc072239b0584d9d944cf3e54bb /sboremove
parent6bb308fa1b9a51b842b2e7a67800eea4211d9809 (diff)
downloadsbotools-3ed71293a046943c15ff05e897c0b0005e4f009a.tar.xz
sboremove: use SBO::Lib line contained duplicate of get_sbo_location
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index c94b3ee..e262c68 100755
--- 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;