Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
5c6d18fc
"lightx2v/vscode:/vscode.git/clone" did not exist on "39683e2427d86c9c486e7a2a7ad1dcb62e395da4"
Unverified
Commit
5c6d18fc
authored
Aug 17, 2021
by
Vladimir Ulianitsky
Committed by
GitHub
Aug 17, 2021
Browse files
Fix for PATH with spaces (#1060)
parent
84ec4b0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
INSTALL/Ventoy2Disk.sh
INSTALL/Ventoy2Disk.sh
+1
-1
No files found.
INSTALL/Ventoy2Disk.sh
View file @
5c6d18fc
...
...
@@ -21,7 +21,7 @@ elif uname -m | egrep -q 'mips64'; then
else
export
TOOLDIR
=
i386
fi
export
PATH
=
./tool/
$TOOLDIR
:
$PATH
export
PATH
=
"
./tool/
$TOOLDIR
:
$PATH
"
echo
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment