diff --git a/App/tools/getVersion.pl b/App/tools/getVersion.pl index da75c18..1c54c69 100755 --- a/App/tools/getVersion.pl +++ b/App/tools/getVersion.pl @@ -184,8 +184,6 @@ 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";