gnulib-tool: fix typo in comment output
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Mar 2017 15:39:27 +0000 (08:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Mar 2017 15:40:03 +0000 (08:40 -0700)
* gnulib-tool (func_import): Fix typo with previous change.

ChangeLog
gnulib-tool

index 09aec7b5017d0971750a09e0e324481791b8d3d9..6ae54d5e598ca03acea16414136b4f241a778740 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 3ff40b8790266390ebe28aba234cbcabb787492d..12a167b56f79dfbd990ef59cdbfbd1fb458dab2e 100755 (executable)
@@ -5115,7 +5115,7 @@ s,^\(.................................................[^ ]*\) *,
       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