[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 15/18] packages: website: release: help: fix program name.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 15/18] packages: website: release: help: fix program name. |
Date: |
Mon, 11 Nov 2024 22:07:50 +0100 |
The GNU Coding Standards has the following in the chapter "4.8.1
--version"[1]:
The program’s name should be a constant string; don’t compute it
from argv[0]. The idea is to state the standard or canonical name
for the program, not its file name. There are other ways to find
out the precise file name where a command is found in PATH.
[1]https://www.gnu.org/prep/standards/standards.html#g_t_002d_002dversion
This fixes that.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien Bourmault <neox@gnu.org>
---
ChangeLog v1->v2:
- Added neox's ack.
---
resources/packages/website/release | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/packages/website/release
b/resources/packages/website/release
index 5ed580eb..7189cadb 100755
--- a/resources/packages/website/release
+++ b/resources/packages/website/release
@@ -16,7 +16,7 @@
. resources/scripts/misc/sysexits.sh
-progname="resources/packages/website/release"
+progname="release"
set -e
--
2.34.1
- [PATCH v2 01/18] website: configure.ac: check for sed., (continued)
- [PATCH v2 01/18] website: configure.ac: check for sed., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 10/18] website: review NetBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 06/18] website: properly handle the dot dependency., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 14/18] website: docs: grub: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 07/18] website: remove history/git-history.jpg, Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 09/18] website: review OpenBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 16/18] website: deploy: rsync: use --delete., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 21/21] coreboot: blobs.list: fam15h: remove F12NbSmuFirmware.h, Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 15/18] packages: website: release: help: fix program name.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 19/21] coreboot: blobs.list: arm-trusted-firmware: Remove RK3399 hdcp.bin firmware., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 17/18] website: docs: build: fix link syntax., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 08/18] website: review BSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 12/18] website: move contrib.md in history, rename git.md to contribute.md., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 18/18] website: Makefile.am: serve: update target name in message., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 20/21] blobs.list: coreboot: fam15h: remove minnowmax_{1, 2}gb.absf., Denis 'GNUtoo' Carikli, 2024/11/11
- Re: [PATCH v2 00/18] V2 for last websites patches., Adrien 'neox' Bourmault, 2024/11/12