must export PATH

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-20 14:44:44 +00:00
parent 3b6503172b
commit 9d99ecae5a
1 changed files with 2 additions and 0 deletions

2
ci.sh
View File

@ -37,6 +37,8 @@ SVN=svn
M2_HOME=$HOME/m2
export M2_HOME
PATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin
export PATH
MESSAGE_DIR=$WWW/logs
MESSAGE_NAME=m2-build-log-${TIMESTAMP}.txt
MESSAGE=${MESSAGE_DIR}/${MESSAGE_NAME}