Merge pull request #186 from bbodenmiller/patch-1

fix typo
This commit is contained in:
dscho 2014-04-14 20:23:11 -05:00
Родитель 5e6e34a3a5 dc273363db
Коммит 823417d6fe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
@rem Do not use "echo off" to not affect any child calls.
@setlocal
@rem Get the abolute path to the parent directory, which is assumed to be the
@rem Get the absolute path to the parent directory, which is assumed to be the
@rem Git installation root.
@for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI
@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%