Fix for PATH with spaces (#1060)

This commit is contained in:
Vladimir Ulianitsky 2021-08-17 05:01:42 +03:00 committed by GitHub
parent 84ec4b0de4
commit 5c6d18fcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ''