X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;fp=lib%2FObject%2FRemote%2FFatNode.pm;h=598366c1c0d79fd8d3664e62b7e84d6cabe77a86;hb=9289f9a1fb336b51847234b934062f7557575b54;hp=c1d5400b39f63ca1787fa0a19c49f3fd7ccaf744;hpb=21c3ca786c817f80ab88f11468015c0761090aa4;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index c1d5400..598366c 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -18,7 +18,7 @@ my %maybe_libs = map +($_ => 1), grep defined, (values %Config, '.'); my @extra_libs = grep not(ref($_) or $maybe_libs{$_}), @INC; -my $extra_libs = join '', map " -I$_\n", @extra_libs; +my $extra_libs = join '', map qq[ -I"$_"\n], @extra_libs; my $perl_quote = $^O eq "MSWin32" ? q["] : q[']; my $command = qq(