Merge pull request #75 from brkc/term-cygwin

Change TERM from msys to cygwin.
This commit is contained in:
Samuel Vasko 2013-12-07 05:57:31 -08:00
commit 2b12546cb0

2
vendor/init.bat vendored
View File

@ -29,7 +29,7 @@
:: I do not even know, copypasted from their .bat :: I do not even know, copypasted from their .bat
@set PLINK_PROTOCOL=ssh @set PLINK_PROTOCOL=ssh
@if not defined TERM set TERM=msys @if not defined TERM set TERM=cygwin
:: Enhance Path :: Enhance Path
@set git_install_root=%rootDir%\vendor\msysgit @set git_install_root=%rootDir%\vendor\msysgit