[latex3-commits] [latex3/l3sys-query] main: Shorten version() (df600a3)

github at latex-project.org github at latex-project.org
Thu Mar 7 08:33:36 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/df600a3ee09561c4a078f767c9d9c085e73744bc

>---------------------------------------------------------------

commit df600a3ee09561c4a078f767c9d9c085e73744bc
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 7 07:33:36 2024 +0000

    Shorten version()
    
    Cf. Git.


>---------------------------------------------------------------

df600a3ee09561c4a078f767c9d9c085e73744bc
 l3sys-query.lua | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/l3sys-query.lua b/l3sys-query.lua
index cff5b6c..159ed42 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -392,8 +392,7 @@ local function help()
 end
 
 local function version()
-  print(script_name .. ": " .. script_desc .. "\nRelease " 
-    .. release_date .. "\n" .. copyright)
+  print(script_name .. " " .. release_date)
 end
 
 --





More information about the latex3-commits mailing list.