You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2017/04/11 16:31:20 UTC

svn commit: r1790998 - /spamassassin/branches/3.4/t/sa_compile.t

Author: kmcgrail
Date: Tue Apr 11 16:31:20 2017
New Revision: 1790998

URL: http://svn.apache.org/viewvc?rev=1790998&view=rev
Log:
fix for 7181 on 3.4 - same as revision 1790984.

Modified:
    spamassassin/branches/3.4/t/sa_compile.t

Modified: spamassassin/branches/3.4/t/sa_compile.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/sa_compile.t?rev=1790998&r1=1790997&r2=1790998&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/sa_compile.t (original)
+++ spamassassin/branches/3.4/t/sa_compile.t Tue Apr 11 16:31:20 2017
@@ -9,7 +9,7 @@ use File::Basename;
 use File::Path qw/mkpath/;
 
 my $temp_binpath = $Config{sitebinexp};
-$temp_binpath =~ s/^\Q$Config{prefix}\E//;
+$temp_binpath =~ s|^\Q$Config{siteprefixexp}\E/||;
 
 # called from BEGIN
 sub re2c_version_new_enough {