diff gnulib-tool @ 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 48e8f0679448
children e5d33904a8b2
line wrap: on
line diff
--- a/gnulib-tool	Sun Jul 22 21:31:42 2012 +0200
+++ b/gnulib-tool	Tue Jul 24 23:35:41 2012 +0200
@@ -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