summaryrefslogtreecommitdiff
path: root/installhtml
diff options
context:
space:
mode:
Diffstat (limited to 'installhtml')
-rwxr-xr-xinstallhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installhtml b/installhtml
index 9884f27d3f..919346a86b 100755
--- a/installhtml
+++ b/installhtml
@@ -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";
}