explicitly name current dir for Perl 5.26+
authorChris Sharp <csharp@georgialibraries.org>
Thu, 1 Jul 2021 14:17:31 +0000 (10:17 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 1 Jul 2021 14:18:03 +0000 (10:18 -0400)
perl/execreports/erprocess.pl

index 26b96cc..1e74640 100755 (executable)
@@ -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");