This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch from Enache Adrian for the new tricks of gcc 3.4
[perl5.git] / installhtml
index 9884f27..919346a 100755 (executable)
@@ -412,7 +412,7 @@ sub split_on_item {
            die "$0: error changing to directory $podroot/$dirname: $!\n";
        die "$splitter not found. Use '-splitpod dir' option.\n"
            unless -f $splitter;
-       system("perl", $splitter, "../$filename") &&
+       system($^X, $splitter, "../$filename") &&
            warn "$0: error running '$splitter ../$filename'"
                 ." from $podroot/$dirname";
     }