sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit e10d489f915c5b923a8fd6a8ee6cb2974d73a63f
parent a9ce52a79860ecd7fe620c2637a502676bdffa25
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Fri, 12 Feb 2016 19:09:44 +0100

Missed %config in sboclean import list from SBO::Lib

Diffstat:
Msboclean | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);