Bugfix: RunWorkerPath erroneously prefixed with "/" if set to empty string
Compare changes
@@ -204,7 +204,9 @@ sub runWorker_path {
Created by: tweep
Bugfix ; If user configured RunWorkerPath to be empty string in hive_config.json the runWorker script got erroneously prefixed with "/runWorker.pl";
According to the REMARKS in hive_config.json runWorker.pl is in PATH when set to empty string - so prefix with "/runWorker.pl" breaks code
N/A
Have you run the entire test suite and no regression was detected?
Yes