build_cross_tools_gcc4: Handle $PATH having spaces in it properly.

Fixes the build of the cross tools under WSL.
This commit is contained in:
Augustin Cavalier
2019-02-21 14:02:13 -05:00
parent 5a7156f435
commit 4dd5af2f75
+1 -1
View File
@@ -209,7 +209,7 @@ CFLAGS="$ccFlags" CXXFLAGS="$cxxFlags" "$binutilsSourceDir/configure" \
$MAKE $additionalMakeArgs || exit 1
$MAKE $additionalMakeArgs install || exit 1
export PATH=$PATH:"$installDir/bin"
export PATH="$PATH:$installDir/bin"
if [ "$HAIKU_USE_GCC_GRAPHITE" = 1 ]; then
# build gmp