From 42a33cd749b73a9ca20648158a9bdc51479636c0 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 9 Nov 2010 15:08:57 +0000 Subject: [PATCH] [releng] Fix category publishing --- releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index edf5ead9349..c17b79c9500 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -15,9 +15,9 @@ # - Eclipse 3.3Mx installed in $HOME/ws2/eclipse # - Java5 in the PATH or in /shared/dsdp/tm/jdk-1.5 -curdir=`pwd` +curdir=`/bin/pwd` cd `dirname $0` -mydir=`pwd` +mydir=`/bin/pwd` umask 022 @@ -28,7 +28,7 @@ tgtlauncher=`ls ${HOME}/ws2/eclipse/plugins/org.eclipse.equinox.launcher_* | sor # patch site.xml cd .. -SITE=`pwd` +SITE=`/bin/pwd` echo "SITE is ${SITE}" if [ -f index.html.new ]; then rm -f index.html.new