Skip to content

Commit 53ba57d

Browse files
[[ WindowsConfiguration ]] Do not set cygwin_path to a quote, if cygwin binaries are in the PATH
1 parent 62af60b commit 53ba57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/invoke-unix.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ REM Is Cygwin already in the path?
2020
REM If not, look in a couple of likely locations for it
2121
WHERE /Q cygpath.exe 1>NUL 2>NUL
2222
IF %ERRORLEVEL% EQU 0 (
23-
SET cygwin_path=""
23+
SET cygwin_path=
2424
) ELSE IF DEFINED CYGPATH (
2525
SET cygwin_path=%CYGPATH%\bin\
2626
) ELSE IF EXIST C:\Cygwin64\bin (

0 commit comments

Comments
 (0)