diff scripts/setup_board.sh @ 307:ff5f346a293e prerelease

Changed BelaContext fields to be const where appropriate; there's now an InternalBelaContext used for setting the values within the core code. These need to stay aligned.
author andrewm
date Fri, 27 May 2016 18:12:15 +0100
parents dbeed520b014
children b49dc040af73
line wrap: on
line diff
--- a/scripts/setup_board.sh	Fri May 27 18:00:57 2016 +0100
+++ b/scripts/setup_board.sh	Fri May 27 18:12:15 2016 +0100
@@ -38,7 +38,7 @@
 SCRIPTPATH=$(readlink "$0")
 SCRIPTDIR=$(dirname "$SCRIPTPATH")
 
-read -p "Warning: this script will DELETE any existing BeagleRT files from your BeagleBone! Continue? (y/N)" -r
+read -p "Warning: this script will DELETE any existing BeagleRT files from your BeagleBone! Continue? (y/N) " -r
 echo
 if [[ $REPLY = [yY]  ]]
 then