projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
21c3ca7
)
quote all extra libs in FatNode, in case they contain spaces
win32
Christian Walde [Wed, 12 Jun 2013 12:16:17 +0000 (14:16 +0200)]
lib/Object/Remote/FatNode.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote/FatNode.pm
b/lib/Object/Remote/FatNode.pm
index
c1d5400
..
598366c
100644
(file)
--- 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(