gnulib-tool: Fix handling of inctests variable.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Jul 2012 21:35:41 +0000 (23:35 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 24 Jul 2012 21:35:41 +0000 (23:35 +0200)
* gnulib-tool: Canonicalize $inctests also in 'update' mode.
Reported by Nick Bowler <nbowler@elliptictech.com>.

ChangeLog
gnulib-tool

index 713c022c23b9642d5d3e8f164c09cd866f0282f7..c41549fdfa8f292b1961114ddb9fb37d3e8a4501 100644 (file)
--- 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.
index cbe2ee9f1883a3d68d7d37da57f17cf1df9aae2a..b295818cde061855358c86e47ce6c73e4d04ad49 100755 (executable)
@@ -1349,7 +1349,7 @@ fi
   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