From 0c5031bcc46774b5f54253a71ce8f4ab31c18295 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Aug 2019 02:53:02 +0200 Subject: [PATCH] libtool-next-version: Fix error output. * build-aux/libtool-next-version (func_fatal_error): Fix the program name. --- ChangeLog | 6 ++++++ build-aux/libtool-next-version | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9976e1833b..49a0ea4f1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-08-27 Bruno Haible + + libtool-next-version: Fix error output. + * build-aux/libtool-next-version (func_fatal_error): Fix the program + name. + 2019-08-27 Paul Eggert Speed up INT_MULTIPLY_WRAPV on macOS diff --git a/build-aux/libtool-next-version b/build-aux/libtool-next-version index db441f7f17..a55e045cdf 100755 --- a/build-aux/libtool-next-version +++ b/build-aux/libtool-next-version @@ -80,8 +80,8 @@ There is NO WARRANTY, to the extent permitted by law." # outputs to stderr a fatal error message, and terminates the program. func_fatal_error () { - echo "declared.sh: *** $1" 1>&2 - echo "declared.sh: *** Stop." 1>&2 + echo "libtool-next-version: *** $1" 1>&2 + echo "libtool-next-version: *** Stop." 1>&2 exit 1 } -- 2.39.5