mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-17 18:52:23 +01:00
quote PATH setting (#121)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user