mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
"which" not always available...
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ fullgitinfo="RRG/Iceman"
|
||||
clean=2
|
||||
|
||||
# Do we have acces to git command?
|
||||
commandGIT=$(env which git)
|
||||
commandGIT=$(env git)
|
||||
|
||||
if [ "$commandGIT" != "" ]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user