mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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
|
# GIT status 0 = dirty, 1 = clean , 2 = undecided
|
||||||
my $clean = 2;
|
my $clean = 2;
|
||||||
# Do we have acces to git command?
|
# Do we have acces to git command?
|
||||||
my $commandGIT = `sh which git`;
|
my $commandGIT = `bash which git`;
|
||||||
|
|
||||||
if ( defined($commandGIT) ) {
|
if ( defined($commandGIT) ) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue