From b63aad46c48e6879d98d30b60159362f64ba4876 Mon Sep 17 00:00:00 2001 From: Sam Hathaway Date: Wed, 3 Aug 2016 11:29:23 -0400 Subject: Use single-quotes in $installdir value in case prefix includes a string metacharacter. --- pm_filter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pm_filter') diff --git a/pm_filter b/pm_filter index 374e9a44f..351e0b4d9 100755 --- a/pm_filter +++ b/pm_filter @@ -7,7 +7,7 @@ BEGIN { } if (/INSTALLDIR_AUTOREPLACE/) { - $_=qq{our \$installdir="$prefix";}; + $_=qq{our \$installdir='$prefix';}; } elsif (/VERSION_AUTOREPLACE/) { $_=qq{our \$version="$ver";}; -- cgit v1.2.3