sbotools2

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

commit 1f3b02a71cac5476cbf5ac1c01bf8cd19ff264b5
parent 0250fbe1b35e04f1b59089b5bd4235b652b9df18
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 14 Dec 2015 14:35:02 +0100

Missed open_read import in sboconfig

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

diff --git a/sboconfig b/sboconfig @@ -13,7 +13,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib qw/ usage_error script_error $tempdir open_fh %config $conf_dir $conf_file /; +use SBO::Lib qw/ usage_error script_error $tempdir open_read open_fh %config $conf_dir $conf_file /; use File::Basename; use Getopt::Long; use File::Copy;