Change TERM from msys to cygwin.

This commit is contained in:
Brandon Coffman 2013-12-05 06:03:13 -05:00
parent 9feec9e0c2
commit 56613b9758

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