mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-14 20:22:02 +08:00
"which" not always available...
This commit is contained in:
parent
a8d2f395e2
commit
e80fe2588b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ fullgitinfo="RRG/Iceman"
|
||||||
clean=2
|
clean=2
|
||||||
|
|
||||||
# Do we have acces to git command?
|
# Do we have acces to git command?
|
||||||
commandGIT=$(env which git)
|
commandGIT=$(env git)
|
||||||
|
|
||||||
if [ "$commandGIT" != "" ]; then
|
if [ "$commandGIT" != "" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue