Chromium Code Reviews| Index: content/content_shell_ant_helper.sh |
| diff --git a/native_client_sdk/src/sdktry.sh b/content/content_shell_ant_helper.sh |
| similarity index 59% |
| copy from native_client_sdk/src/sdktry.sh |
| copy to content/content_shell_ant_helper.sh |
| index 220381deb7c41dbb19746f1bfaf625711fbc98c1..e239609f8914a8f410cde59368ed5763e676b0c9 100755 |
| --- a/native_client_sdk/src/sdktry.sh |
| +++ b/content/content_shell_ant_helper.sh |
| @@ -4,7 +4,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -# gcl wrapper to kick off nacl-sdk try jobs. |
| +set -eu |
|
John Grabowski
2012/07/10 03:43:44
A comment in this file is warranted. E.g. used fr
|
| -readonly script_dir=$(dirname $0) |
| -gcl try $* $(${script_dir}/sdktry-list.sh) |
| +buildtype="$(tr '[A-Z]' '[a-z]' <<< "${6}")" |
| + |
| +exec "${1}" "${2}" "${3}" "${4}" "${5}" "${buildtype}" |