1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-20 06:35:50 +02:00

Fix IHOME lookup in infocenter.sh

This commit is contained in:
Martin Oberhuber 2006-07-20 11:56:20 +00:00
parent de533ed0b1
commit 71f5bf3529

View file

@ -5,7 +5,7 @@ PATH=/opt/j2sdk1.4.2_12/bin:$PATH
export PATH
EHOME=/home/infocenter/eclipse3.2/eclipse
if [ "$IHOME="" ]; then
if [ "$IHOME" = "" ]; then
IHOME=/home/infocenter/latest
fi