[Erp5-report] r33153 luke - /erp5/trunk/buildout/profiles/deployment.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 26 17:25:51 CET 2010


Author: luke
Date: Fri Feb 26 17:25:49 2010
New Revision: 33153

URL: http://svn.erp5.org?rev=33153&view=rev
Log:
 - use env to invoke script

${:software_home}/bin/python2.4 is a python script wrapper for
${:software_home}/parts/python2.4/bin/python2.4 binary.

On some shells (like bash3 on debian) it is not possible to use
non binary in #!. But when using /usr/bin/env /path/to/script
all works.

Modified:
    erp5/trunk/buildout/profiles/deployment.cfg

Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=33153&r1=33152&r2=33153&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Fri Feb 26 17:25:49 2010
@@ -35,4 +35,4 @@
 
 [software_definition]
 software_home = /opt/erp5
-executable = ${:software_home}/bin/python2.4
+executable = /usr/bin/env ${:software_home}/bin/python2.4




More information about the Erp5-report mailing list