mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +02:00
[releng] Fix category publishing
This commit is contained in:
parent
049e5d13b1
commit
42a33cd749
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
||||||
# - Eclipse 3.3Mx installed in $HOME/ws2/eclipse
|
# - Eclipse 3.3Mx installed in $HOME/ws2/eclipse
|
||||||
# - Java5 in the PATH or in /shared/dsdp/tm/jdk-1.5
|
# - Java5 in the PATH or in /shared/dsdp/tm/jdk-1.5
|
||||||
|
|
||||||
curdir=`pwd`
|
curdir=`/bin/pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
mydir=`pwd`
|
mydir=`/bin/pwd`
|
||||||
|
|
||||||
umask 022
|
umask 022
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ tgtlauncher=`ls ${HOME}/ws2/eclipse/plugins/org.eclipse.equinox.launcher_* | sor
|
||||||
|
|
||||||
# patch site.xml
|
# patch site.xml
|
||||||
cd ..
|
cd ..
|
||||||
SITE=`pwd`
|
SITE=`/bin/pwd`
|
||||||
echo "SITE is ${SITE}"
|
echo "SITE is ${SITE}"
|
||||||
if [ -f index.html.new ]; then
|
if [ -f index.html.new ]; then
|
||||||
rm -f index.html.new
|
rm -f index.html.new
|
||||||
|
|
Loading…
Add table
Reference in a new issue