mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
chg: mkversion.pl may need the fetch.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user