mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Make WFDIR be an absolute path
This commit is contained in:
parent
8d465ac384
commit
de1d7ae9f4
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user