Skip to content

Commit b4ffb91

Browse files
committed
Use double quotes to prevent word splitting
1 parent 717ef62 commit b4ffb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/circle/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ log_file='/var/log/circle-ci.log'
4646

4747
# Determine the root project directory:
4848
root_dir=$(dirname "$0")/../../..
49-
root_dir=$(cd "${root_dir}" && echo $PWD)
49+
root_dir=$(cd "${root_dir}" && echo "$PWD")
5050

5151
# Define the project source code directory:
5252
base_dir="${root_dir}/lib/node_modules"

0 commit comments

Comments
 (0)