Changed the build.sh file again.

This should more properly fix the deploy issues.
diff --git a/aos/build/build.sh b/aos/build/build.sh
index 79836a5..df7e2fb 100755
--- a/aos/build/build.sh
+++ b/aos/build/build.sh
@@ -12,7 +12,7 @@
 OUT_NAME=$4
 ACTION=$5
 
-shift 3
+shift 4
 shift || true # We might not have a 4th argument if ACTION is empty.
 
 export WIND_BASE=${WIND_BASE:-"/usr/local/powerpc-wrs-vxworks/wind_base"}
@@ -70,7 +70,7 @@
   else
     NINJA_ACTION=
   fi
-  ${NINJA} -C ${OUTDIR}/Default ${NINJA_ACTION}
+  ${NINJA} -C ${OUTDIR}/Default ${NINJA_ACTION} "$@"
   if [[ ${ACTION} == deploy || ${ACTION} == redeploy ]]; then
     [ ${PLATFORM} == atom ] || [ ${PLATFORM} == bot3_atom] && \
       rsync --progress -c -r \