From eb73ba6975b3c465469fa399747a1c0827972e0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jul 2020 15:39:26 +0200 Subject: Review --- cli/build/root.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/build/root.build') diff --git a/cli/build/root.build b/cli/build/root.build index f041a74..af59ccb 100644 --- a/cli/build/root.build +++ b/cli/build/root.build @@ -46,6 +46,8 @@ test.target = $cxx.target # Extract the copyright notice from the LICENSE file. # +# Note that cat is a builtin which means this is both portable and fast. +# copyright = $process.run_regex(cat $src_root/LICENSE, \ 'Copyright \(c\) (.+)\.', \ '\1') -- cgit v1.1