diff options
| author | 2017-02-02 17:38:57 +0000 | |
|---|---|---|
| committer | 2017-02-02 17:38:58 +0000 | |
| commit | 308cd6853673f30bc06d2ac638c1e009abce3ac8 (patch) | |
| tree | 106bfb7e03f6c8ede4f5cf4a66f088c8275113a2 | |
| parent | 6674a744b5c83aa12aa25fad544fa5041b4b5550 (diff) | |
| parent | 0dcee91e61b7a87d6e9cd4022554a32898d4704b (diff) | |
Merge "ART: Fix buildbot-build.sh"
| -rwxr-xr-x | tools/buildbot-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index 2d26b4858d..963efa49a5 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -52,6 +52,9 @@ while true; do shift elif [[ "$1" == "" ]]; then break + else + echo "Unknown options $@" + exit 1 fi done |