Revision: 5549
http://jython.svn.sourceforge.net/jython/?rev=5549&view=rev
Author: otmarhumbel
Date: 2008-11-06 16:53:15 +0000 (Thu, 06 Nov 2008)
Log Message:
-----------
added the shell interpreter,
this fixes 'UNIXProcess.forkAndExec native error: Exec format error' on RedHat
(as reported on http://ant.apache.org/manual/CoreTasks/exec.html)
thanks to Reini for helping us out here
Modified Paths:
--------------
trunk/installer/src/java/org/python/util/install/driver/jython_test.template
Modified: trunk/installer/src/java/org/python/util/install/driver/jython_test.template
===================================================================
--- trunk/installer/src/java/org/python/util/install/driver/jython_test.template 2008-11-06 05:20:01 UTC (rev 5548)
+++ trunk/installer/src/java/org/python/util/install/driver/jython_test.template 2008-11-06 16:53:15 UTC (rev 5549)
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
# 3 variables to be set from the caller (unquoted) -> quoted in here:
_INSTALL_DIR="{0}"
_SCRIPT="{1}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|