Message10253

Author adamburke
Recipients adamburke
Date 2015-09-13.03:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442113217.5.0.115717608041.issue2396@psf.upfronthosting.co.za>
In-reply-to
Content
As it seems to be very tied to cygwin invocation, one possible fix is the following four line tweak, also attached

diff -r 7ebdc6c80d55 src/shell/jython
--- a/src/shell/jython  Fri Sep 11 01:43:27 2015 +0000
+++ b/src/shell/jython  Sun Sep 13 10:00:00 2015 +0800
@@ -98,7 +98,7 @@
   # switch delimiter only after building a Unix style $CP
   CP_DELIMITER=";"
   CP=`cygpath -p -w "$CP"`
-  PRG=`cygpath -w "$PRG"`
+  PRG=`cygpath -w "$PRG"`.exe
 fi

 # ----- Execute the requested command -----------------------------------------
History
Date User Action Args
2015-09-13 03:00:17adamburkesetmessageid: <1442113217.5.0.115717608041.issue2396@psf.upfronthosting.co.za>
2015-09-13 03:00:17adamburkesetrecipients: + adamburke
2015-09-13 03:00:17adamburkelinkissue2396 messages
2015-09-13 03:00:17adamburkecreate