aboutsummaryrefslogtreecommitdiff
path: root/sboinstall
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-12 18:00:09 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-13 00:43:44 +0100
commita9ce52a79860ecd7fe620c2637a502676bdffa25 (patch)
treeb7aae13fdf013446d924bb40d3d130af74b7bc07 /sboinstall
parented715082c802bf1b800b78d2e96098ae0804506e (diff)
downloadsbotools2-a9ce52a79860ecd7fe620c2637a502676bdffa25.tar.xz
Add show_version to sbo scripts
Diffstat (limited to 'sboinstall')
-rwxr-xr-xsboinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboinstall b/sboinstall
index 13c07f0..aa0706c 100755
--- a/sboinstall
+++ b/sboinstall
@@ -13,7 +13,7 @@
use 5.16.0;
use strict;
use warnings FATAL => 'all';
-use SBO::Lib qw/ usage_error slackbuilds_or_fetch get_build_queue merge_queues get_sbo_locations get_installed_packages get_inst_names get_installed_cpans get_sbo_location user_prompt process_sbos print_failures %config get_arch /;
+use SBO::Lib qw/ usage_error slackbuilds_or_fetch get_build_queue merge_queues get_sbo_locations get_installed_packages get_inst_names get_installed_cpans get_sbo_location user_prompt process_sbos print_failures %config get_arch show_version /;
use Getopt::Long qw(:config bundling);
use File::Basename;