diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-12 19:09:44 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-13 00:43:44 +0100 |
commit | e10d489f915c5b923a8fd6a8ee6cb2974d73a63f (patch) | |
tree | 4fcbcdfc168b8a8280cdf715a31675dd7aadee49 /sboclean | |
parent | a9ce52a79860ecd7fe620c2637a502676bdffa25 (diff) | |
download | sbotools-e10d489f915c5b923a8fd6a8ee6cb2974d73a63f.tar.xz |
Missed %config in sboclean import list from SBO::Lib
Diffstat (limited to 'sboclean')
-rwxr-xr-x | sboclean | 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/ usage_error script_error in show_version /; +use SBO::Lib qw/ usage_error script_error in show_version %config /; use File::Basename; use Getopt::Long qw(:config bundling); use File::Path qw(remove_tree); |