mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 22:29:26 +03:00
Attempt to fix Jenkins build for cocoa
This commit is contained in:
parent
eb5ca0f94d
commit
cb978fe470
@ -73,6 +73,7 @@ if ( $git_present ) {
|
||||
@bits = split /\s+/, `git describe --tags --exact-match HEAD 2>/dev/null`;
|
||||
$bits[0] = "" unless exists $bits[0];
|
||||
$gitinfo{tag} = $bits[0];
|
||||
$gitinfo{branch} = $gitinfo{tag} if ($gitinfo{tag} =~ m@.@);
|
||||
} else {
|
||||
$gitinfo{url} = "http://nowhere/tarball/";
|
||||
$gitinfo{revision} = "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user