[Bug 15359] cmd's "for" command doesn't handle /F. Breaks msysgit, firefox build.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 23 20:42:58 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=15359





--- Comment #13 from Dan Kegel <dank at kegel.com>  2009-12-23 20:42:57 ---
For completeness, here's the text of git.cmd:

@set PLINK_PROTOCOL=ssh
@setlocal
@for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI
@set path=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%
@if "%HOME%"=="" @set HOME=%USERPROFILE%
@if "%1"=="gui" @goto gui
:default
@git.exe %*
@exit /b %ErrorLevel%
:gui
@if "%2"=="citool" @goto default
@start wish.exe "%git_install_root%\libexec\git-core\git-gui" -- %2 %3 %4 %5 %6
%7 %8 %9

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list