diff --git a/tools/mkversion.pl b/tools/mkversion.pl index c394bf64f..6bbc1dfec 100644 --- a/tools/mkversion.pl +++ b/tools/mkversion.pl @@ -19,7 +19,7 @@ my $ctime; # GIT status 0 = dirty, 1 = clean , 2 = undecided my $clean = 2; # Do we have acces to git command? -my $commandGIT = `sh which git`; +my $commandGIT = `bash which git`; if ( defined($commandGIT) ) {