aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 94ce3be..c5acbd3 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -36,6 +36,10 @@ our @EXPORT = qw(
get_from_info
get_tmp_extfn
get_tmp_perlfn
+ $tempdir
+ $conf_dir
+ $conf_file
+ %config
);
$< == 0 or die "This script requires root privileges.\n";
@@ -539,7 +543,7 @@ sub get_tmp_extfn ($) {
sub get_tmp_perlfn ($) {
exists $_[0] or script_error 'get_tmp_perlfn requires an argument.';
my $fh = clear_coe_bit shift;
- return '+<=&'. fileno $fh;
+ return "+<=&". fileno $fh;
}
# prep and run .SlackBuild