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:
parent
27a9ce6f42
commit
46ee1b4c1c
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user