libtool-patches
[Top][All Lists]
Advanced

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

Fix typo in libtoolize error message.


From: Ralf Wildenhues
Subject: Fix typo in libtoolize error message.
Date: Sun, 26 Oct 2008 11:02:42 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

I've pushed this trivial patch.

Cheers,
Ralf

        * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error
        message.

diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index b6d35f2..f74cd7c 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -1389,7 +1389,7 @@ func_nonemptydir_p ()
 
     # Is it a directory at all?
     test -d "$my_dir" \
-      || func_fatal_error "\$$my_dirvar not a directory: \`$my_dir'"
+      || func_fatal_error "\$$my_dirvar is not a directory: \`$my_dir'"
 
     # check that the directories contents can be ls'ed
     test -n "`{ cd $my_dir && ls; } 2>/dev/null`" \




reply via email to

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