From 24947de3d28f13164ab627be61cb534bf7b59b83 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Tue, 26 Apr 2016 18:09:04 -0700
Subject: [PATCH] Fixed working directory path

---
 tools/run_tests/build_package_node.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/run_tests/build_package_node.sh b/tools/run_tests/build_package_node.sh
index 8297b70188..53dbed76d0 100755
--- a/tools/run_tests/build_package_node.sh
+++ b/tools/run_tests/build_package_node.sh
@@ -35,7 +35,7 @@ set -ex
 
 cd $(dirname $0)/../..
 
-artifacts=$cwd/artifacts
+artifacts=$(pwd)/artifacts
 
 mkdir -p $artifacts
 cp -r $EXTERNAL_GIT_ROOT/architecture={x86,x64},language=node,platform={windows,linux,macos}/artifacts/* $artifacts/ || true
-- 
GitLab