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

Commits on Aug 5, 2016

  1. Use WinDir environment variable for find.exe

    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
    C-Duv authored Aug 5, 2016
    Configuration menu
    Copy the full SHA
    368b2d7 View commit details
    Browse the repository at this point in the history