Change 19821 by [EMAIL PROTECTED] on 2003/06/19 14:27:52

        A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
        make happy.

Affected files ...

... //depot/perl/lib/ExtUtils/MM_Unix.pm#175 edit

Differences ...

==== //depot/perl/lib/ExtUtils/MM_Unix.pm#175 (text) ====
Index: perl/lib/ExtUtils/MM_Unix.pm
--- perl/lib/ExtUtils/MM_Unix.pm#174~19820~     Thu Jun 19 07:25:53 2003
+++ perl/lib/ExtUtils/MM_Unix.pm        Thu Jun 19 07:27:52 2003
@@ -3566,7 +3566,7 @@
     $cmd =~ s{\n+$}{};
 
     my @cmds = split /\n/, $cmd;
-    $cmd = join "\n\t-e ", map $self->quote_literal($_), @cmds;
+    $cmd = join " \n\t-e ", map $self->quote_literal($_), @cmds;
     $cmd = $self->escape_newlines($cmd);
 
     $switches = join ' ', @$switches;
End of Patch.

Reply via email to