mirror of
https://github.com/mintty/wsltty.git
synced 2025-02-23 21:39:20 +00:00
ensure cmd.exe is available in PATH during installation/configuration (#172)
This commit is contained in:
parent
75c67869bf
commit
79c3f9e450
@ -3,7 +3,7 @@
|
||||
installdir=${installdir:-'%LOCALAPPDATA%\wsltty'}
|
||||
configdir=${configdir:-'%APPDATA%\wsltty'}
|
||||
|
||||
PATH=/bin:"$PATH"
|
||||
PATH=/bin:"$PATH":$SYSTEMROOT/System32
|
||||
|
||||
contextmenu=false
|
||||
remove=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user