changeset 17004:1a403c75d360

gnulib-tool: Fix handling of inctests variable. * gnulib-tool: Canonicalize $inctests also in 'update' mode. Reported by Nick Bowler <nbowler@elliptictech.com>.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 Jul 2012 23:35:41 +0200
parents 13795cd8c0ba
children f471a51b1369
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-24  Bruno Haible  <bruno@clisp.org>
+
+	gnulib-tool: Fix handling of inctests variable.
+	* gnulib-tool: Canonicalize $inctests also in 'update' mode.
+	Reported by Nick Bowler <nbowler@elliptictech.com>.
+
 2012-07-22  Bruno Haible  <bruno@clisp.org>
 
 	getpass: Assume AC_CHECK_DECLS_ONCE invocation, like in getpass.m4.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -1349,7 +1349,7 @@
   fi
   # Canonicalize the inctests variable.
   case "$mode" in
-    import | add-import | remove-import)
+    import | add-import | remove-import | update)
       if test -z "$inctests"; then
         inctests=false
       fi