diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-12 18:00:09 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-13 00:43:44 +0100 |
commit | a9ce52a79860ecd7fe620c2637a502676bdffa25 (patch) | |
tree | b7aae13fdf013446d924bb40d3d130af74b7bc07 /sbocheck | |
parent | ed715082c802bf1b800b78d2e96098ae0804506e (diff) | |
download | sbotools-a9ce52a79860ecd7fe620c2637a502676bdffa25.tar.xz |
Add show_version to sbo scripts
Diffstat (limited to 'sbocheck')
-rwxr-xr-x | sbocheck | 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/ update_tree get_available_updates script_error open_fh is_local /; +use SBO::Lib qw/ update_tree get_available_updates script_error open_fh is_local show_version /; use Getopt::Long; use File::Basename; use List::Util 'max'; |