Fix spacing.

This commit is contained in:
David Anderson 2014-05-25 12:10:25 -07:00
parent 2bc7e4736f
commit 1a97d37215

View File

@ -15,8 +15,8 @@ sub GitRevNum
my ($cd, $text, $rev); my ($cd, $text, $rev);
$cd = Cwd::cwd(); $cd = Cwd::cwd();
chdir($path); chdir($path);
$text = `git rev-list --count HEAD`; $text = `git rev-list --count HEAD`;
chdir($cd); chdir($cd);
chomp $text; chomp $text;