Skip to content

Commit

Permalink
ensure cmd.exe is available in PATH during installation/configuration (
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 7, 2019
1 parent 75c6786 commit 79c3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
installdir=${installdir:-'%LOCALAPPDATA%\wsltty'}
configdir=${configdir:-'%APPDATA%\wsltty'}

PATH=/bin:"$PATH"
PATH=/bin:"$PATH":$SYSTEMROOT/System32

contextmenu=false
remove=false
Expand Down

2 comments on commit 79c3f9e

@AdewaleAde
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am new in programming but I want to know how I can start use docker compose build but I have been fighting for weeks now

@mintty
Copy link
Owner Author

@mintty mintty commented on 79c3f9e Jul 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this related to this patch?
About docker, see also #64; your scenario is unclear. Do you, like in that issue, want to access Windows docker from WSL?

Please sign in to comment.