devenver: Remove more quotes from path

This commit is contained in:
2023-01-30 23:07:37 +11:00
parent a7c52c2a9c
commit 10b013f66d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ def run(user_app_list,
# Write the devenv script with environment variables
global devenv_script_buffer
devenv_script_buffer += "set PATH=\"%~dp0Symlinks\";%PATH%\n"
devenv_script_buffer += "set PATH=%~dp0Symlinks;%PATH%\n"
devenv_script_name = "devenv.bat" if IS_WINDOWS else "devenv.sh"
devenv_script_path = pathlib.Path(install_dir, devenv_script_name)