File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then
1717 fi
1818 # set paths manually for now to use locally installed gn
1919 export BUILD_TOOLS=/home/iojs/build-tools
20- export LD_LIBRARY_PATH=$BUILD_TOOLS :$LD_LIBRARY_PATH
20+ export LD_LIBRARY_PATH=" $BUILD_TOOLS :$LD_LIBRARY_PATH "
2121 # Avoid linking to ccache symbolic links as ccache decides which
2222 # binary to run based on the name of the link (we always name them gcc/g++).
2323 # shellcheck disable=SC2154
@@ -28,7 +28,7 @@ if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then
2828 rm -f " $BUILD_TOOLS /gcc"
2929 ln -s " $CXX_PATH " " $BUILD_TOOLS /g++"
3030 ln -s " $CC_PATH " " $BUILD_TOOLS /gcc"
31- export PATH=$BUILD_TOOLS :$PATH
31+ export PATH=" $BUILD_TOOLS :$PATH "
3232
3333 g++ --version
3434 gcc --version
You can’t perform that action at this time.
0 commit comments