Skip to content

Commit f2e556a

Browse files
committedJan 16, 2017
creatensis.pl: handle release names with blanks
1 parent e7c9b74 commit f2e556a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ms-windows/osgeo4w/creatensis.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ sub getDeps {
446446
$cmd .= sprintf( " -DVERSION_INT='%d%02d%02d%02d'", $pmajor, $pminor, $ppatch, $binary );
447447
$cmd .= sprintf( " -DQGIS_BASE='$packagename %d.%d'", $pmajor, $pminor );
448448
$cmd .= " -DINSTALLER_NAME='$packagename-OSGeo4W-$version-$binary-Setup$archpostfix.exe'";
449-
$cmd .= " -DDISPLAYED_NAME='$packagename \'$releasename\' ($version)'";
449+
$cmd .= " -DDISPLAYED_NAME=\"$packagename '$releasename' ($version)\"";
450450
$cmd .= " -DSHORTNAME='$shortname'";
451451
$cmd .= " -DINSTALLER_TYPE=OSGeo4W";
452452
$cmd .= " -DPACKAGE_FOLDER=osgeo4w/$unpacked";

0 commit comments

Comments
 (0)
Please sign in to comment.