diff --git a/tools/mkversion.sh b/tools/mkversion.sh index b91eab8af..f839f6e18 100755 --- a/tools/mkversion.sh +++ b/tools/mkversion.sh @@ -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