]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix for PATH with spaces (#1060)
authorVladimir Ulianitsky <47718845+uvlad7@users.noreply.github.com>
Tue, 17 Aug 2021 02:01:42 +0000 (05:01 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 02:01:42 +0000 (10:01 +0800)
INSTALL/Ventoy2Disk.sh

index 5b1d6f4cba4968bbae23538647d2bab41524c266..d8440d055dfb58b581c892c4335139dc4c2b4e03 100644 (file)
@@ -21,7 +21,7 @@ elif uname -m | egrep -q 'mips64'; then
 else
     export TOOLDIR=i386
 fi
 else
     export TOOLDIR=i386
 fi
-export PATH=./tool/$TOOLDIR:$PATH
+export PATH="./tool/$TOOLDIR:$PATH"
 
 
 echo ''
 
 
 echo ''