[Bps-public-commit] r13022 - Shipwright/trunk/share/etc

clkao at bestpractical.com clkao at bestpractical.com
Sat Jun 7 05:06:50 EDT 2008


Author: clkao
Date: Sat Jun  7 05:06:48 2008
New Revision: 13022

Modified:
   Shipwright/trunk/share/etc/shipwright-perl-wrapper

Log:
Pass the perl wrapper path in environment in case we need
to access $^X equivalence.


Modified: Shipwright/trunk/share/etc/shipwright-perl-wrapper
==============================================================================
--- Shipwright/trunk/share/etc/shipwright-perl-wrapper	(original)
+++ Shipwright/trunk/share/etc/shipwright-perl-wrapper	Sat Jun  7 05:06:48 2008
@@ -12,6 +12,7 @@
     BASE_DIR=` (cd "$BASE_DIR"; pwd) `
     FILENAME=`basename "$BASE"`
     WRAPPED_DIR=`basename "$BASE_DIR"`
+    SHIPWRIGHT_PERL=$BASE_DIR/perl \
     PERL5LIB=${BASE_DIR}/../lib/perl5/site_perl:${BASE_DIR}/../lib/perl5:${PERL5LIB}\
         LD_LIBRARY_PATH=${BASE_DIR}/../lib:${LD_LIBRARY_PATH}\
         DYLD_LIBRARY_PATH=${BASE_DIR}/../lib:${DYLD_LIBRARY_PATH}\



More information about the Bps-public-commit mailing list