| Index: third_party/closure_compiler/run_compiler
|
| diff --git a/third_party/closure_compiler/run_compiler b/third_party/closure_compiler/run_compiler
|
| index 884c41551c4f6a4583d86eeef1475b41c626af1c..eba042fed73a0be14b01a784fd768ee3453ac955 100755
|
| --- a/third_party/closure_compiler/run_compiler
|
| +++ b/third_party/closure_compiler/run_compiler
|
| @@ -5,7 +5,8 @@
|
|
|
| set -e
|
|
|
| -cd $(dirname "$0")/../..
|
| +readonly SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
| +cd "$SCRIPT_DIR/../.." # src/.
|
|
|
| export GYP_GENERATORS="ninja"
|
|
|
|
|