Skip to content
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

Use WinDir environment variable for find.exe to avoid conflict #27

Open
wants to merge 1 commit into
base: 2.3.x
Choose a base branch
from

Conversation

C-Duv
Copy link

@C-Duv C-Duv commented Aug 5, 2016

This PR aims to fix #26 by specifying the full path to Windows' find.exe executable in command line to avoid conflict with any other find that may resides in the PATH.

find.exe executable was called in a command line without fully specifying it's
path which could lead to some issues when another "find" executable was present
in the PATH (such as Git's).

This commit aims to specify the complete path to Windows' find.exe executable
to avoid any conflict.

Issue: #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant