Chromium Code Reviews| Index: third_party/polymer/v1_0/reproduce.sh |
| diff --git a/third_party/polymer/v1_0/reproduce.sh b/third_party/polymer/v1_0/reproduce.sh |
| index 8fb85b41d170bd5d698e953894983890ba3d9c5f..9297d0995ba6ef08017370b3540e72b7adfdde35 100755 |
| --- a/third_party/polymer/v1_0/reproduce.sh |
| +++ b/third_party/polymer/v1_0/reproduce.sh |
| @@ -9,6 +9,9 @@ |
| # Chromium specific modifications. To launch the script you need 'bower' and |
| # 'crisper' installed on your system. |
| +# Mac users - first install GNU-sed over the system sed: |
|
michaelpg
2017/01/27 03:07:11
could we check for the version or behavior we need
scottchen
2017/01/27 19:48:39
Done.
|
| +# `brew install gnu-sed --width-default-names` |
|
michaelpg
2017/01/27 03:07:11
i'm going to guess this should be "with"?
scottchen
2017/01/27 19:48:39
Acknowledged.
|
| + |
| check_dep() { |
| eval "$1" >/dev/null 2>&1 |
| if [ $? -ne 0 ]; then |