Cleaned up some stuff, partially to please Brian.
- Added Vision2009 back to WPILib.
(The reason this was causing trouble earlier was because of a previous
gyp installation on my system that was screwing things up.)
- Fixed the argument order in build.sh's all around.
Actions are no longer hardcoded into particular build.sh files.
diff --git a/frc971/atom_code/build.sh b/frc971/atom_code/build.sh
index deb42ff..43dd4bf 100755
--- a/frc971/atom_code/build.sh
+++ b/frc971/atom_code/build.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-../../aos/build/build.sh atom atom_code.gyp no All atom
+../../aos/build/build.sh atom atom_code.gyp no atom $1