diff buildall.bash @ 66:0fdf103960c6

Updating CMake build system to prepare for Teensy 3 integration. - Tested with the AVR builds - Partially tested with basic ARM test builds
author Jacob Alexander <triplehaata@gmail.com>
date Sat, 26 Jan 2013 04:34:33 -0500
parents a70deaf77afa
children ab4515606277
line wrap: on
line diff
--- a/buildall.bash	Mon Jan 21 11:53:26 2013 -0500
+++ b/buildall.bash	Sat Jan 26 04:34:33 2013 -0500
@@ -40,7 +40,7 @@
 		cmake -DScanModuleOverride=$module ../.. && make || let failCount++
 
 		# Cleanup, for the next build
-		cd -
+		cd - > /dev/null
 	done
 
 	totalModules=$(echo $scanModules | wc -w)