From 1d8fb0ebcf422197d3a8e7ee89ac7284cf67acbb Mon Sep 17 00:00:00 2001 From: "Jose D. Gomez R" <1josegomezr@gmail.com> Date: Wed, 25 Oct 2023 22:58:59 +0200 Subject: [PATCH] Update tools/tidyall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tina Müller (tinita) --- tools/tidyall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tidyall b/tools/tidyall index 23f76c2..10d3a25 100755 --- a/tools/tidyall +++ b/tools/tidyall @@ -31,4 +31,4 @@ unless ($detected_version == REQUIRED_VERSION) { print STDERR "==================\n"; } -exit exec('tidyall', @tidyall_argv); +exec 'tidyall', @tidyall_argv;