change quotes for Windows

This commit is contained in:
2020-05-15 16:42:27 +02:00
parent 7f22d5bdc6
commit 22deae23e5

View File

@ -25,7 +25,7 @@ use strict;
my $dir = "O.Common";
my $versionfile = "StreamVersion.h";
my $version = `git describe --tags --dirty --match '[0-9]*'`
my $version = `git describe --tags --dirty --match "[0-9]*"`
or die "Cannot run git.\n";
my ( $major, $minor, $patch, $dev );