From 079d4af84d3b9f49cd072b3e53e3bdfef3887173 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 17 Feb 2022 15:35:53 +0100 Subject: [PATCH 1/1] digraphs: fix relative path in shiar include tool Another one missed in commit v1.10-63-g00ffc9287b (2018-03-05) [tools: fix includes from relative paths for perl v5.26]. --- tools/mkdigraphs-shiar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkdigraphs-shiar b/tools/mkdigraphs-shiar index 58da37c..f3582e8 100755 --- a/tools/mkdigraphs-shiar +++ b/tools/mkdigraphs-shiar @@ -5,7 +5,7 @@ use open IN => ':encoding(utf-8)', ':std'; our $VERSION = '1.03'; -my $di = do "data/digraphs-rfc.inc.pl" +my $di = do "./data/digraphs-rfc.inc.pl" or warn "official digraphs not included for comparison: ", $@ // $!; say "# automatically generated by $0"; -- 2.30.0