From f796200ddd1cc1176dbdb2b2002839be30576557 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 15 Oct 2024 11:41:54 -0500 Subject: Fix awk script that generates sed script --- License.md | 11 ++++++----- guid_replacer.awk | 1 - 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/License.md b/License.md index 6ac08ad..2f048e2 100644 --- a/License.md +++ b/License.md @@ -1,9 +1,10 @@ This distribution may contain the following software, under the following (license)s: -Lua (MIT) 1994-2024 Lua.org, PUC-Rio -LuaJIT (MIT) 2005-2023 Mike Pall -Luarocks (MIT) 2007-2011 Kepler Project - 2011-2022 LuaRocks project authors -Additional patches and packaging (MIT) 2024 Alexander Pickering. + + Lua (MIT) 1994-2024 Lua.org, PUC-Rio + LuaJIT (MIT) 2005-2023 Mike Pall + Luarocks (MIT) 2007-2011 Kepler Project + 2011-2022 LuaRocks project authors + Additional patches and packaging (MIT) 2024 Alexander Pickering. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/guid_replacer.awk b/guid_replacer.awk index 2a95a93..a479e36 100644 --- a/guid_replacer.awk +++ b/guid_replacer.awk @@ -9,7 +9,6 @@ match($0, /Guid="Lua4Win.[^"]+"/) { cmd = "echo -n " plain " | sha512sum | head -c 32" while((cmd | getline) > 0) str = toupper($0) - print str i = 1 guid_1 = substr(str,i,8) i+=8 -- cgit v1.2.3-55-g6feb