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:
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
|
||||
|
||||
EHOME=/home/infocenter/eclipse3.2/eclipse
|
||||
if [ "$IHOME="" ]; then
|
||||
if [ "$IHOME" = "" ]; then
|
||||
IHOME=/home/infocenter/latest
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue