bug-gnulib
[Top][All Lists]
Advanced

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

Re: wrong program name in posix-modules error message


From: Bruno Haible
Subject: Re: wrong program name in posix-modules error message
Date: Tue, 11 Sep 2007 02:39:50 +0200
User-agent: KMail/1.5.4

Hi,

> The error message that posix-modules displays if it cannot determine its 
> absolute path says
> 
> > could not locate the gnulib-tool program - how did you invoke it?
> 
> I think "gnulib-tool" should be "posix-modules".

Thanks. Of course. Fixing it:

2007-09-10  Bruno Haible  <address@hidden>

        * posix-modules: Fix typo in error message.
        Reported by Matt <address@hidden>.

--- posix-modules       8 Sep 2007 22:45:08 -0000       1.2
+++ posix-modules       11 Sep 2007 00:37:17 -0000
@@ -102,7 +102,7 @@
     done
     IFS="$save_IFS"
     if test -z "$self_abspathname"; then
-      func_fatal_error "could not locate the gnulib-tool program - how did you 
invoke it?"
+      func_fatal_error "could not locate the posix-modules program - how did 
you invoke it?"
     fi
     ;;
 esac





reply via email to

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