From e80fe2588b3df5d0a1e699c2ff0a750f32b64c16 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 1 Sep 2019 19:30:29 +0200 Subject: [PATCH] "which" not always available... --- tools/mkversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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