chg: mkversion.pl may need the fetch.

This commit is contained in:
iceman1001 2017-09-17 19:30:20 +02:00
parent f96afe0ce7
commit d61e712ee4

View file

@ -12,7 +12,7 @@
$ENV{'LC_ALL'} = "C";
$ENV{'LANG'} = "C";
#my $githistory = `git fetch --all`;
my $githistory = `git fetch --all`;
my $gitversion = `git describe --dirty`;
my $gitbranch = `git rev-parse --abbrev-ref HEAD`;
my $clean = $gitversion =~ '-dirty' ? 0 : 1;