bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] announce-gen: fix `cmd' typo in diagnostic


From: Jim Meyering
Subject: Re: [PATCH] announce-gen: fix `cmd' typo in diagnostic
Date: Mon, 26 Dec 2011 10:17:55 +0100

Paul Eggert wrote:
> I found this one while looking for `quoting' issues:
>
> * build-aux/announce-gen (print_changelog_deltas): Fix typo in
> diagnostic: a missing '$' meant that the command was not output.
...
>    # The exit code should be 1.
>    # Allow in case there are no modified ChangeLog entries.
>    $? == 256 || $? == 128
> -    or warn "$ME: warning: `cmd' had unexpected exit code or signal ($?)\n";
> +    or warn "$ME: warning: `$cmd' had unexpected exit code or signal ($?)\n";

Good catch.  Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]