chg: bash seems to work better on Ubuntu. Tested on ubuntu, mingw.
This commit is contained in:
@@ -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) ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user