Comment 5 for bug 1693851

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

It looks like Galens working branch for installing the marc stream importer includes a fix for the relative path issue in perl scripts using FindBin.

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/gmcharlt/lp741788_wip

-require 'oils_header.pl';
+use FindBin;
+require "$FindBin::Bin/oils_header.pl";

Josh