mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 15:23:59 +02:00
Fix IHOME lookup in infocenter.sh
This commit is contained in:
parent
de533ed0b1
commit
71f5bf3529
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ PATH=/opt/j2sdk1.4.2_12/bin:$PATH
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
EHOME=/home/infocenter/eclipse3.2/eclipse
|
EHOME=/home/infocenter/eclipse3.2/eclipse
|
||||||
if [ "$IHOME="" ]; then
|
if [ "$IHOME" = "" ]; then
|
||||||
IHOME=/home/infocenter/latest
|
IHOME=/home/infocenter/latest
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue