We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717ef62 commit b4ffb91Copy full SHA for b4ffb91
tools/ci/circle/script
@@ -46,7 +46,7 @@ log_file='/var/log/circle-ci.log'
46
47
# Determine the root project directory:
48
root_dir=$(dirname "$0")/../../..
49
-root_dir=$(cd "${root_dir}" && echo $PWD)
+root_dir=$(cd "${root_dir}" && echo "$PWD")
50
51
# Define the project source code directory:
52
base_dir="${root_dir}/lib/node_modules"
0 commit comments