1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-31 23:21:59 +00:00

additional quoting for CMD variables (#213)

This commit is contained in:
Thomas Wolff
2020-01-20 00:00:00 +01:00
parent 40fe1db02c
commit 2aace74c9d
3 changed files with 10 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
@echo off
if "%installdir%" == "" set installdir=%LOCALAPPDATA%\wsltty
if "%installdir%" == "" set installdir="%LOCALAPPDATA%\wsltty"
:shortcuts
rem delete Start Menu Folder
set smf=%APPDATA%\Microsoft\Windows\Start Menu\Programs\WSLtty
set smf="%APPDATA%\Microsoft\Windows\Start Menu\Programs\WSLtty"
rmdir /S /Q "%smf%"