changeset 18732:691ee9363949

gnulib-tool: fix typo in comment output * gnulib-tool (func_import): Fix typo with previous change.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 14 Mar 2017 08:39:27 -0700
parents 9e9b236a0138
children f2c9fd98ef1e
files ChangeLog gnulib-tool
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 14 01:20:11 2017 -0700
+++ b/ChangeLog	Tue Mar 14 08:39:27 2017 -0700
@@ -1,5 +1,8 @@
 2017-03-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+	gnulib-tool: fix typo in comment output
+	* gnulib-tool (func_import): Fix typo with previous change.
+
 	snippets: work around GNU Make 3.82 VPATH
 	When using 'gnulib-tool --gnu-make' on Emacs, and building
 	the resulting tarball on Solaris 10 which bundles GNU Make 3.82,
--- a/gnulib-tool	Tue Mar 14 01:20:11 2017 -0700
+++ b/gnulib-tool	Tue Mar 14 08:39:27 2017 -0700
@@ -5115,7 +5115,7 @@
       func_append actioncmd " --lgpl=$lgpl"
     fi
   fi
-  if test -n "$gnu_make"; then
+  if $gnu_make; then
     func_append actioncmd " --gnu-make"
   fi
   if test -n "$makefile_name"; then