diff options
author | murgatroid99 <mlumish@google.com> | 2017-02-21 18:15:37 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-02-21 18:15:37 -0800 |
commit | 009c85983250e5ec0f3dc8ef43a25a1596fead1d (patch) | |
tree | 4d4e8b7a0870bf53fc3606b70daf4ae9dde08323 | |
parent | 88113f7b61c494f0873f50de14fc9f224bf7437f (diff) |
Generalize build_node.bat argument propagation
-rw-r--r-- | tools/run_tests/helper_scripts/build_node.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/build_node.bat b/tools/run_tests/helper_scripts/build_node.bat index 233dacd3fb..7a67769516 100644 --- a/tools/run_tests/helper_scripts/build_node.bat +++ b/tools/run_tests/helper_scripts/build_node.bat @@ -41,4 +41,4 @@ for /f "delims=v" %%v in ('node --version') do ( @rem rebuild, because it probably failed the first time -call npm install --build-from-source %1 %2 +call npm install --build-from-source %* |