# HG changeset patch # User Liam Donovan # Date 1465988210 -3600 # Node ID d7b002d68cdb98ccfa16645f3ff3652523a338fe # Parent e72853aecab84035fc60202444e3442b8308aee1 fixed setup_board.sh to call setup_IDE.sh correctly diff -r e72853aecab8 -r d7b002d68cdb scripts/setup_board.sh --- 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