Unverified Commit 5c6d18fc authored by Vladimir Ulianitsky's avatar Vladimir Ulianitsky Committed by GitHub
Browse files

Fix for PATH with spaces (#1060)

parent 84ec4b0d
...@@ -21,7 +21,7 @@ elif uname -m | egrep -q 'mips64'; then ...@@ -21,7 +21,7 @@ elif uname -m | egrep -q 'mips64'; then
else else
export TOOLDIR=i386 export TOOLDIR=i386
fi fi
export PATH=./tool/$TOOLDIR:$PATH export PATH="./tool/$TOOLDIR:$PATH"
echo '' echo ''
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment