Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct - Extend msys search to all possible drives
Corrected version - Previously, the code was only checking for the msys installation in the C drive. This commit extends the search to all possible drives on the system. It generates all possible paths by combining each drive letter with each possible path, and then checks each one. This ensures that the msys installation can be found regardless of the drive it's installed on. I proposed a change for a mid file by mistake, this one is working fine with a different drive letter.
- Loading branch information