Chromium Code Reviews| Index: third_party/libvpx/generate_gypi.sh |
| diff --git a/third_party/libvpx/generate_gypi.sh b/third_party/libvpx/generate_gypi.sh |
| index 13086d76bd2af7243e3ab71b79f7ff0afcf15040..c7713aac6e0030683b45a531a385d254a7f98a4a 100755 |
| --- a/third_party/libvpx/generate_gypi.sh |
| +++ b/third_party/libvpx/generate_gypi.sh |
| @@ -453,6 +453,7 @@ function gen_config_files { |
| } |
| function update_readme { |
| + echo "here" |
|
Johann
2016/08/30 17:08:59
debug from trying to figure out the sed error?
marpan
2016/08/30 17:17:31
Done.
|
| local IFS=$'\n' |
| # Split git log output '<date>\n<commit hash>' on the newline to produce 2 |
| # array entries. |