diff scripts/ide.sh @ 458:84841654c606 prerelease

update is a bit more clean through Makefile
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 20 Jun 2016 02:48:31 +0100
parents 44e5c12ce165
children d9a4fc5357e7
line wrap: on
line diff
--- a/scripts/ide.sh	Mon Jun 20 02:20:45 2016 +0100
+++ b/scripts/ide.sh	Mon Jun 20 02:48:31 2016 +0100
@@ -22,7 +22,6 @@
 do
 	case $1 in
 	start)
-		echo ssh $BBB_ADDRESS $MAKE_COMMAND idestart
 		ssh $BBB_ADDRESS $MAKE_COMMAND idestart
 		exit $?
 	;;