Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch 'work/cmd' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
sprohaska committed Jun 14, 2008
2 parents 71a1c91 + 0419028 commit 72b9cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/git.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
for /F "delims=" %%I in ("%~dp0..") do set path=%%~fI\bin;%%~fI\mingw\bin
for /F "delims=" %%I in ("%~dp0..") do set path=%%~fI\bin;%%~fI\mingw\bin;%PATH%
if "%HOME%"=="" set HOME=%USERPROFILE%
git.exe %*
exit /b %ErrorLevel%
2 changes: 1 addition & 1 deletion cmd/gitk.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
setlocal
for /F "delims=" %%I in ("%~dp0..") do set path=%%~fI\bin;%%~fI\mingw\bin
for /F "delims=" %%I in ("%~dp0..") do set path=%%~fI\bin;%%~fI\mingw\bin;%PATH%
if "%HOME%"=="" set HOME=%USERPROFILE%
start /B sh.exe /bin/gitk %*

0 comments on commit 72b9cf7

Please sign in to comment.