diff --git a/App/tools/getVersion.pl b/App/tools/getVersion.pl index 1c54c69..da75c18 100755 --- a/App/tools/getVersion.pl +++ b/App/tools/getVersion.pl @@ -184,6 +184,8 @@ sub parse_git_output { if ($line =~ /fatal: Not a git repository/) { return; } + elsif ($line =~ /^#/) { + } elsif ($line =~ /^\?\? (.*)/) { say STDERR "$1: not in git => version test"; $version = "test";