| Index: dart/site/try/.gitignore
|
| diff --git a/dart/third_party/pkg/update_js.sh b/dart/site/try/.gitignore
|
| old mode 100755
|
| new mode 100644
|
| similarity index 66%
|
| copy from dart/third_party/pkg/update_js.sh
|
| copy to dart/site/try/.gitignore
|
| index 971fe363c9615b5e94955875cd415f481eb6ba10..e142d1ce747e99904cee71929e6b1d9478e50a3a
|
| --- a/dart/third_party/pkg/update_js.sh
|
| +++ b/dart/site/try/.gitignore
|
| @@ -1,11 +1,5 @@
|
| -#!/bin/bash
|
| # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
| -
|
| -# bail on error
|
| -set -e
|
| -
|
| -source update.sh
|
| -
|
| -update "js" "https://github.com/dart-lang/js-interop"
|
| +build_try.Makefile
|
| +try_site.target.mk
|
|
|