1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[releng] Fix category publishing

This commit is contained in:
Martin Oberhuber 2010-11-09 15:08:57 +00:00
parent 049e5d13b1
commit 42a33cd749

View file

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