X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=335d9b576ed4f7e643374e36798231eb0c51e240;hp=dc372a20428e18c09203fe714c1d98b3567c6777;hb=b28ec124204a59a866af72f807ef96487f0862e1;hpb=bb62a8b0c57c88ec189389f07250dee9c87d0681 diff --git a/Configure b/Configure index dc372a2042..335d9b576e 100755 --- a/Configure +++ b/Configure @@ -879,7 +879,7 @@ while () if ($sdirs) { my $dir; foreach $dir (@skip) { - s/$dir//; + s/ $dir / /; } } $sdirs = 0 unless /\\$/;