From 961036bba943b6107ff92b3c5d3c0e528e217168 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Wed, 18 Jul 2001 20:49:58 +0000 Subject: [PATCH] Make WFDIR be an absolute path git-svn-id: svn://10.0.0.236/trunk@99512 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/pluggable-jvm/wf_moz6/doc/set_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/java/pluggable-jvm/wf_moz6/doc/set_env.sh b/mozilla/java/pluggable-jvm/wf_moz6/doc/set_env.sh index 6e3f7b7b6c1..9cfb2f9e631 100644 --- a/mozilla/java/pluggable-jvm/wf_moz6/doc/set_env.sh +++ b/mozilla/java/pluggable-jvm/wf_moz6/doc/set_env.sh @@ -16,7 +16,7 @@ # Portions created by Sun Microsystems Inc are Copyright (C) 2001 # All Rights Reserved. # -# $Id: set_env.sh,v 1.3 2001-07-12 21:57:52 edburns%acm.org Exp $ +# $Id: set_env.sh,v 1.4 2001-07-18 20:49:58 edburns%acm.org Exp $ # # # Contributor(s): @@ -26,7 +26,7 @@ # Set those variables # for me this var set in .bashrc so I don't need it here #WFJDKHOME=/usr/java/jdk1.3.0_02 -WFDIR=../wf +WFDIR=`cd ../wf; pwd;` # end of customizable part CURDIR=`pwd`