[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33527: Wrong executable name in guix hashs version and help messages
From: |
Ludovic Courtès |
Subject: |
bug#33527: Wrong executable name in guix hashs version and help messages |
Date: |
Wed, 28 Nov 2018 10:22:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Tim,
Tim Gesthuizen <address@hidden> skribis:
> guix hash reports that its executable name is gcrypt hash
> when using --version or --help.
> I don't know whether this is intended and there is a gcrypt binary
> that I do not know about but it seems to have sneaked in by a query replace.
That’s probably what happened, my bad!
> From e3ef89ff845e2abd8f20fbbc3ab9939131ebb954 Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <address@hidden>
> Date: Tue, 27 Nov 2018 18:43:45 +0100
> Subject: [PATCH] guix hash: Fix version and help messages
>
> ca719424455465fca4b872c371daf2a46de88b33 changes the name of the executable to
> be displayed by the --version and --help commands of `guix hash` to
> "gcrypt hash".
> This is reverted by this commit.
>
> * guix/scripts/hash.scm (show-help): Change string literals
Applied, thanks!
Ludo’.