Skip to content
Snippets Groups Projects
Commit c0d95792 authored by Eric Miller's avatar Eric Miller
Browse files

Suppress svnversion check

parent 749f15f8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ sub new {
if (defined($self->{config}->{svnversion_path})) {
$svnversion = $self->{config}->{svnversion_path};
}
$self->{svn_revision} = `$svnversion`;
#$self->{svn_revision} = `$svnversion`;
$self->{svn_revision} = "";
if ($self->{svn_revision} eq "") {
$self->{svn_revision} = "unknown";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment