From 8baf8960949c2a30abc04e61bd42fc23be8463f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 17 Jul 2021 13:43:30 +0200 Subject: Fix b37fe9bed32a78bbe43ba2c152989d34f051ef85 --- gen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.pl b/gen.pl index b3a3b8a..50c7527 100755 --- a/gen.pl +++ b/gen.pl @@ -36,7 +36,7 @@ chdir $Bin; mkdir 'out' if ! -d 'out'; open my $src, '<', 'src/index.html' or die "Could not open < src/index.html: $!"; open my $out, '>', 'out/index.html.tmp' or die "Could not open > out/index.html.tmp: $!"; -copy 'src/index.html', 'src/index.html.bkp'; +copy 'out/index.html', 'out/index.html.bkp'; select $out; for (<$src>) { when (/^\.inc (.*)/) { -- cgit v1.2.3