Commit 15acf64a authored by Łukasz Nowak's avatar Łukasz Nowak

- 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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33153 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c855120
......@@ -35,4 +35,4 @@ update-command = ${:command}
[software_definition]
software_home = /opt/erp5
executable = ${:software_home}/bin/python2.4
executable = /usr/bin/env ${:software_home}/bin/python2.4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment