Revision 7737db33
| tools/ide/QtCreator/QtCreatorSetup.sh | ||
|---|---|---|
| 363 | 363 |
|
| 364 | 364 |
# traverse any links |
| 365 | 365 |
while [ -L "$binpath" ]; do |
| 366 |
binpath=$(readlink $binpath)
|
|
| 366 |
binpath=$(realpath $(dirname $binpath)/$(readlink $binpath))
|
|
| 367 | 367 |
done |
| 368 | 368 |
printInfo "gcc-arm-none-eabi detected: $binpath\n" |
| 369 | 369 |
|
Also available in: Unified diff