Comment 0 for bug 1943634

Revision history for this message
Jason Stephenson (jstephenson) wrote :

Evergreen version: 3.5.3, but all affected
OpenSRF version: N/A
Postgresql version: N/A
Linux distro: N/A

Because marc_stream_importer.pl uses $0 when generating a temp file name, it can fail to create a temp file if it is started using the full path to the executable, i.e. /openils/bin/marc_stream_importer.pl.

This branch (to be added) modifies the temp file creation to use the basename of the executable file rather than $0.