aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib.pm
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 02:14:32 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 02:14:32 -0500
commit6be3ef603fefc5d04b506b17cbad140790698042 (patch)
tree75c60a074913d766ae1216f52ddbbf269a79aedd /SBO-Lib/lib/SBO/Lib.pm
parente0bfabea2f76f45f8bb1450221d0d10cbcc9a516 (diff)
downloadsbotools2-6be3ef603fefc5d04b506b17cbad140790698042.tar.xz
more cleanups and fixes and such
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