Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 4731 invoked from network); 21 Sep 2003 04:09:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Sep 2003 04:09:50 -0000 Received: (qmail 839 invoked by uid 500); 21 Sep 2003 04:09:30 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 788 invoked by uid 500); 21 Sep 2003 04:09:29 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 774 invoked from network); 21 Sep 2003 04:09:29 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 21 Sep 2003 04:09:29 -0000 Received: (qmail 4712 invoked by uid 1352); 21 Sep 2003 04:09:49 -0000 Date: 21 Sep 2003 04:09:49 -0000 Message-ID: <20030921040949.4711.qmail@minotaur.apache.org> From: jefft@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/forrest-shbat/bin forrest X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jefft 2003/09/20 21:09:49 Modified: src/resources/forrest-shbat/bin forrest Log: Fix FOR-48 Revision Changes Path 1.11 +1 -1 xml-forrest/src/resources/forrest-shbat/bin/forrest Index: forrest =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/bin/forrest,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- forrest 2 Jul 2003 05:16:14 -0000 1.10 +++ forrest 21 Sep 2003 04:09:48 -0000 1.11 @@ -16,7 +16,7 @@ if [ "$cygwin" = "true" ] ; then PROJECT_HOME=`cygpath -w "$PWD"` else - PROJECT_HOME=$PWD + PROJECT_HOME=`pwd` fi # use the location of this script to infer $FORREST_HOME