You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/03/02 17:47:15 UTC

svn commit: r382440 - /lenya/trunk/configure.sh

Author: michi
Date: Thu Mar  2 08:47:14 2006
New Revision: 382440

URL: http://svn.apache.org/viewcvs?rev=382440&view=rev
Log:
root dir passed

Modified:
    lenya/trunk/configure.sh

Modified: lenya/trunk/configure.sh
URL: http://svn.apache.org/viewcvs/lenya/trunk/configure.sh?rev=382440&r1=382439&r2=382440&view=diff
==============================================================================
--- lenya/trunk/configure.sh (original)
+++ lenya/trunk/configure.sh Thu Mar  2 08:47:14 2006
@@ -38,10 +38,11 @@
 
 echo "WARNING: This shell script has not been finished yet! Use at own risk ;-)"
 
+PWD=`pwd`
 if [ "$UI_TYPE" = "cmd" ];then
-  java org.apache.lenya.config.ConfigureCommandLine
+  java org.apache.lenya.config.ConfigureCommandLine $PWD
 elif [ "$UI_TYPE" = "gui" ]; then
-  java org.apache.lenya.config.ConfigureGUI
+  java org.apache.lenya.config.ConfigureGUI $PWD
 else
   echo "No such User Interface: $UI_TYPE"
   exit 1



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org