-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filesystem: Use working directory only if it is applicable #4412
base: master
Are you sure you want to change the base?
Conversation
Check for both msys-2.0.dll and bash.exe. Otherwise, use the script directory. Some applications install msys2 runtime as a dependency, while it is not a full msys environment.
What issue does this fix? |
I tried to state it in the commit message. I guess it was not enough. When I run
|
What does the directory have? What do you want to do with the msys2_shell.cmd if that directory does not have any shell? |
I just want to start a shell, and I happened to run from this directory. It has a utility that is built with msys, so I need the msys runtime there. |
What's the verdict? |
I can not understand the situation clearly. Please wait for other to comment 🙏 |
I'll try to explain with an example:
|
Check for both msys-2.0.dll and bash.exe. Otherwise, use the script directory. Some applications install msys2 runtime as a dependency, while it is not a full msys environment.