| 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..44a53b3fb75264a5bd3795e42dbac3693b8c4d42 100755
|
| --- a/third_party/polymer/v1_0/reproduce.sh
|
| +++ b/third_party/polymer/v1_0/reproduce.sh
|
| @@ -26,6 +26,8 @@ check_dep "which polymer-css-build" "polymer-css-build" \
|
| "npm install -g polymer-css-build"
|
| check_dep "which rsync" "rsync" "apt-get install rsync"
|
| check_dep "python -c 'import bs4'" "bs4" "apt-get install python-bs4"
|
| +check_dep "sed --version | grep GNU" \
|
| + "GNU sed as 'sed'" "'brew install gnu-sed --with-default-names'"
|
|
|
| set -e
|
|
|
|
|