Skip to content

Commit

Permalink
Update mkversion.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 authored Feb 18, 2019
1 parent 201f661 commit a5dfd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mkversion.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# GIT status 0 = dirty, 1 = clean , 2 = undecided
my $clean = 2;
# Do we have acces to git command?
my $commandGIT = `env -S which git`;
my $commandGIT = `env which git`;

if ( defined($commandGIT) ) {

Expand Down

0 comments on commit a5dfd9b

Please sign in to comment.