diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 15:49:33 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-28 15:49:33 +0200 |
commit | 3ed71293a046943c15ff05e897c0b0005e4f009a (patch) | |
tree | 1683478aefb5edc072239b0584d9d944cf3e54bb /sboremove | |
parent | 6bb308fa1b9a51b842b2e7a67800eea4211d9809 (diff) | |
download | sbotools-3ed71293a046943c15ff05e897c0b0005e4f009a.tar.xz |
sboremove: use SBO::Lib line contained duplicate of get_sbo_location
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |