[csw-devel] SF.net SVN: gar:[4269] csw/mgar/pkg/kawa/trunk/files/bin-kawa

trygvis at users.sourceforge.net trygvis at users.sourceforge.net
Thu Apr 9 23:27:41 CEST 2009


Revision: 4269
          http://gar.svn.sourceforge.net/gar/?rev=4269&view=rev
Author:   trygvis
Date:     2009-04-09 21:27:41 +0000 (Thu, 09 Apr 2009)

Log Message:
-----------
o Adding missing file from previous commit.

Added Paths:
-----------
    csw/mgar/pkg/kawa/trunk/files/bin-kawa

Added: csw/mgar/pkg/kawa/trunk/files/bin-kawa
===================================================================
--- csw/mgar/pkg/kawa/trunk/files/bin-kawa	                        (rev 0)
+++ csw/mgar/pkg/kawa/trunk/files/bin-kawa	2009-04-09 21:27:41 UTC (rev 4269)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ -z "$JAVA" ]
+then
+  if [ -z "$JAVA_HOME" ]
+  then
+    JAVA=/usr/jdk/latest/bin/java
+  fi
+fi
+
+exec /opt/csw/bin/rlwrap "$JAVA" -classpath /opt/csw/share/java/kawa.jar kawa.repl "$@"


Property changes on: csw/mgar/pkg/kawa/trunk/files/bin-kawa
___________________________________________________________________
Added: svn:executable
   + *


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list