diff options
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/adt_installer')
| -rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/adt_installer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 1a53eb9c54..2d252b72ad 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer | |||
| @@ -332,6 +332,17 @@ if [ -f "$YOCTOADT_INSTALL_LOG_FILE" ]; then | |||
| 332 | rm $YOCTOADT_INSTALL_LOG_FILE | 332 | rm $YOCTOADT_INSTALL_LOG_FILE |
| 333 | fi | 333 | fi |
| 334 | 334 | ||
| 335 | echo -n "Please enter the install location (default: $DEFAULT_INSTALL_FOLDER): " | ||
| 336 | read INSTALL_FOLDER | ||
| 337 | |||
| 338 | if [ "$INSTALL_FOLDER" = "" ]; then | ||
| 339 | INSTALL_FOLDER=$DEFAULT_INSTALL_FOLDER | ||
| 340 | fi | ||
| 341 | |||
| 342 | eval INSTALL_FOLDER=$INSTALL_FOLDER | ||
| 343 | export INSTALL_FOLDER=$(readlink -m $INSTALL_FOLDER) | ||
| 344 | |||
| 345 | clear | ||
| 335 | 346 | ||
| 336 | usage | 347 | usage |
| 337 | 348 | ||
