[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] announce-gen: avoid perl warnings
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] announce-gen: avoid perl warnings |
Date: |
Thu, 10 Jul 2014 20:17:49 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 |
On 07/10/2014 12:26 AM, Assaf Gordon wrote:
> Hello,
>
> When running "./build-aux/announce-gen" without any parameters, there are
> three "use of uninitialized value" warnings:
> ====
> $ ./build-aux/announce-gen
> announce-gen: release type not specified
> announce-gen: package name not specified
> announce-gen: previous version string not specified
> announce-gen: current version string not specified
> announce-gen: GnuPG key ID not specified
> announce-gen: URL directory name(s) not specified
> announce-gen: Use of uninitialized value $bootstrap_tools in split at
> ./build-aux/announce-gen line 419.
> announce-gen: Use of uninitialized value $release_type in exists at
> ./build-aux/announce-gen line 426.
> announce-gen: Use of uninitialized value $release_type in concatenation (.)
> or string at ./build-aux/announce-gen line 426.
> announce-gen: '': invalid release type
> Try 'announce-gen --help' for more information.
> ====
>
> The attached patch avoids them.
>
> Regards,
> -gordon
Pushed. thanks