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