aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 14:35:02 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 14:35:02 +0100
commit1f3b02a71cac5476cbf5ac1c01bf8cd19ff264b5 (patch)
tree76c3636c1c008c88945daefa3fd9d27415e8b88d
parent0250fbe1b35e04f1b59089b5bd4235b652b9df18 (diff)
downloadsbotools2-1f3b02a71cac5476cbf5ac1c01bf8cd19ff264b5.tar.xz
Missed open_read import in sboconfig
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index fc51efb..e50c81a 100755
--- 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;