aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-12 19:09:44 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-13 00:43:44 +0100
commite10d489f915c5b923a8fd6a8ee6cb2974d73a63f (patch)
tree4fcbcdfc168b8a8280cdf715a31675dd7aadee49
parenta9ce52a79860ecd7fe620c2637a502676bdffa25 (diff)
downloadsbotools-e10d489f915c5b923a8fd6a8ee6cb2974d73a63f.tar.xz
Missed %config in sboclean import list from SBO::Lib
-rwxr-xr-xsboclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboclean b/sboclean
index 6a52450..aec026c 100755
--- a/sboclean
+++ b/sboclean
@@ -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);