mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-27 01:25:41 +08:00
chg: bash seems to work better on Ubuntu. Tested on ubuntu, mingw.
This commit is contained in:
parent
1a0a465e11
commit
a11162a9fe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ my $ctime;
|
|||
# GIT status 0 = dirty, 1 = clean , 2 = undecided
|
||||
my $clean = 2;
|
||||
# Do we have acces to git command?
|
||||
my $commandGIT = `sh which git`;
|
||||
my $commandGIT = `bash which git`;
|
||||
|
||||
if ( defined($commandGIT) ) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue