projects
/
contrib
/
pines
/
report-creator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d942bf9
)
explicitly name current dir for Perl 5.26+
author
Chris Sharp
<csharp@georgialibraries.org>
Thu, 1 Jul 2021 14:17:31 +0000
(10:17 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Thu, 1 Jul 2021 14:18:03 +0000
(10:18 -0400)
perl/execreports/erprocess.pl
patch
|
blob
|
history
diff --git
a/perl/execreports/erprocess.pl
b/perl/execreports/erprocess.pl
index
26b96cc
..
1e74640
100755
(executable)
--- a/
perl/execreports/erprocess.pl
+++ b/
perl/execreports/erprocess.pl
@@
-10,7
+10,7
@@
use Getopt::Long;
use OpenSRF::System;
#load config values
-my %config = do 'erconfig.pl';
+my %config = do '
./
erconfig.pl';
print "Starting Process\n";
update_log_file($config{log_file}, "Starting Process");