Bug 8271 teach SIPServer.pm to set its own lib path
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 19 Jun 2012 10:24:01 +0000 (11:24 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 16:28:11 +0000 (18:28 +0200)
commit8e485c6112756f3fe8404d9d4d700535f0e87306
treef703818e17d2ce257c0250c028983e49e3e3aef6
parentb85d5d344099eeb3ccb3bb3bcc82b4b55db5f81b
Bug 8271 teach SIPServer.pm to set its own lib path

SIPServer.pm requires that C4/SIP is added to its lib
path This has been done by passing this directory
to it via -I. By using FindBin it can set the path
for itself correctly. This will also work if the C4/SIP
directory tree is moved to a non-standard location
Removed the now redundant -I. from sip_run.sh

Added a variable to sip_run.sh for the koha tree to
highlight a problem with the script if you have multiple
directories in the PERL5LIB environment variable

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/SIP/SIPServer.pm
misc/bin/sip_run.sh