updated git parser

This commit is contained in:
Devin Smith 2016-01-02 15:59:14 -08:00
parent 6343e80803
commit b43c90c20c

View File

@ -13,7 +13,7 @@ echo "\n\x1B[44mdebug 1...\x1B[0m\n";
$git = Cana_Util::gitVersion();
echo "\n\x1B[44mdebug 2...\x1B[0m\n";
if (!$git) {
"\x1B[31mFailed to get git version.\x1B[0m\n";
echo "\x1B[31mFailed to get git version.\x1B[0m\n";
exit(1);
} else {
echo "Found git version $git\n";