summaryrefslogtreecommitdiff
path: root/regen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen.pl')
-rw-r--r--regen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen.pl b/regen.pl
index f103b0abcf..4f3be80d3a 100644
--- a/regen.pl
+++ b/regen.pl
@@ -27,7 +27,7 @@ embed.pl
);
my $tap = $ARGV[0] && $ARGV[0] eq '--tap' ? '# ' : '';
-foreach my $pl (@scripts) {
+foreach my $pl (map {"regen/$_"} @scripts) {
my @command = ($^X, $pl, @ARGV);
print "$tap@command\n";
system @command;