changeset 405:d7b002d68cdb prerelease

fixed setup_board.sh to call setup_IDE.sh correctly
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Wed, 15 Jun 2016 11:56:50 +0100
parents e72853aecab8
children f5fcd50a6f8d
files scripts/setup_board.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/setup_board.sh	Wed Jun 15 03:01:16 2016 +0100
+++ b/scripts/setup_board.sh	Wed Jun 15 11:56:50 2016 +0100
@@ -36,7 +36,7 @@
 # Find location of this script so we can locate the rest of the files
 SCRIPTPATH=$(readlink "$0")
 SCRIPTDIR=$(dirname "$SCRIPTPATH")
-[ -z "$IDE_FOLDER" ] && IDE_FOLDER=$SCRIPTDIR/../bela-ide/
+[ -z "$IDE_FOLDER" ] && IDE_FOLDER=$SCRIPTDIR/../../bela-ide/
 
 read -p "Warning: this script will DELETE any existing Bela files from your BeagleBone! Continue? (y/N) " -r
 echo