This commit is contained in:
Philippe Teuwen 2021-10-16 23:43:31 +02:00
commit 232843477c
37 changed files with 115 additions and 129 deletions

View file

@ -19,7 +19,7 @@ fullgitinfo="RRG/Iceman"
# GIT status 0 = dirty, 1 = clean , 2 = undecided
clean=2
# Do we have acces to git command?
# Do we have access to git command?
commandGIT=$(env git)
if [ "$commandGIT" != "" ]; then