Make WFDIR be an absolute path

git-svn-id: svn://10.0.0.236/trunk@99512 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2001-07-18 20:49:58 +00:00
parent 33488b3661
commit 961036bba9

View File

@@ -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`