File tree 1 file changed +2
-2
lines changed
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
17
17
fi
18
18
# set paths manually for now to use locally installed gn
19
19
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 "
21
21
# Avoid linking to ccache symbolic links as ccache decides which
22
22
# binary to run based on the name of the link (we always name them gcc/g++).
23
23
# shellcheck disable=SC2154
@@ -28,7 +28,7 @@ if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then
28
28
rm -f " $BUILD_TOOLS /gcc"
29
29
ln -s " $CXX_PATH " " $BUILD_TOOLS /g++"
30
30
ln -s " $CC_PATH " " $BUILD_TOOLS /gcc"
31
- export PATH=$BUILD_TOOLS :$PATH
31
+ export PATH=" $BUILD_TOOLS :$PATH "
32
32
33
33
g++ --version
34
34
gcc --version
You can’t perform that action at this time.
0 commit comments