1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00

quote PATH setting (#121)

This commit is contained in:
mintty 2018-09-13 23:07:48 +02:00
parent 27a9ce6f42
commit 46ee1b4c1c

View File

@ -1,6 +1,6 @@
#! /bin/sh
PATH=/bin:$PATH
PATH=/bin:"$PATH"
contextmenu=false
remove=false
@ -98,8 +98,6 @@ echo %target% -i "%icon%" %minttyargs% %bridgeargs%>> %1.bat
/EOB
fi
PATH=/bin:$PATH
lxss="/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Lxss"
schema="/HKEY_CURRENT_USER/Software/Classes/Local Settings/Software/Microsoft/Windows/CurrentVersion/AppModel/SystemAppData"