commit | df5348aed48b7bd1b00c9028bde66ee589e04ebc | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Jun 12 23:25:08 2014 -0700 |
committer | Brian Silverman <brians> | Thu Jun 12 23:25:08 2014 -0700 |
tree | 9be2970010a6805fcc0f13f05dcb10fef8be822e | |
parent | 5c201e210de3638bb10111073d45a402b2e7941b [diff] [blame] |
added nice help to the build script
diff --git a/frc971/crio/build.sh b/frc971/crio/build.sh index 9635a1a..39b0bf2 100755 --- a/frc971/crio/build.sh +++ b/frc971/crio/build.sh
@@ -2,4 +2,4 @@ cd $(dirname $0) -../../aos/build/build.py --processor crio --main_gyp crio.gyp "$@" +exec ../../aos/build/build.py $0 crio crio.gyp "$@"