From e9e5697d399acbc651b0c9073bdb2e81a119b70d Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sun, 13 Sep 2026 12:03:32 +0200 Subject: [PATCH] - Fix version_print call in help_print. --- ReleaseNotes.txt | 2 +- SPECS/rx3-base.spec | 2 +- lib/rx3/base.bash | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 953f58c..1310c74 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------------------------------------------------------------ -Rx3-Base V 1.2.0 - A. GIBERT - 2026/09/11 +Rx3-Base V 1.2.0 - A. GIBERT - 2026/09/13 ------------------------------------------------------------------------------------------------------------------------------------ - Base library: diff --git a/SPECS/rx3-base.spec b/SPECS/rx3-base.spec index 906531f..c6caccb 100644 --- a/SPECS/rx3-base.spec +++ b/SPECS/rx3-base.spec @@ -178,7 +178,7 @@ cp sbin/* %{buildroot}%{_sbindir} #----------------------------------------------------------------------------------------------------------------------------------- %changelog -* Fri Sep 11 2026 Arnaud G. GIBERT - 1.2.0-1rx3.mga9 +* Sun Sep 13 2026 Arnaud G. GIBERT - 1.2.0-1rx3.mga9 - Update to 1.2.0 * Sat Aug 1 2026 Arnaud G. GIBERT - 1.1.3-1rx3.mga9 diff --git a/lib/rx3/base.bash b/lib/rx3/base.bash index 38a8e31..21d91a0 100644 --- a/lib/rx3/base.bash +++ b/lib/rx3/base.bash @@ -457,7 +457,7 @@ version_print() help_print() { - version_print + version_print "" echo "${NAME} ${HELP}" }