mirror of https://github.com/ventoy/Ventoy.git
Fix for PATH with spaces (#1060)
This commit is contained in:
parent
84ec4b0de4
commit
5c6d18fcd4
|
@ -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 ''
|
||||||
|
|
Loading…
Reference in New Issue