"which" not always available...

This commit is contained in:
Philippe Teuwen 2019-09-01 19:30:29 +02:00
parent a8d2f395e2
commit e80fe2588b

View file

@ -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