From c1322248b7e414271e63cfd77637a43c5829d526 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 4 Oct 2020 13:23:27 +0100 Subject: [PATCH] Merge into third commit --- source/tools/updateversion.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/tools/updateversion.pl b/source/tools/updateversion.pl index 6be5653..dd9f644 100755 --- a/source/tools/updateversion.pl +++ b/source/tools/updateversion.pl @@ -123,4 +123,6 @@ while(<$file_handle>) } close($file_handle); -print $new_file; +open($file_handle, '>', $filename); +print $file_handle $new_file; +close($file_handle); -- 2.39.2