aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;