[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.19-5-g9740319

Antti-Juhani Kaijanaho ajk at debian.org
Sat Oct 22 12:20:37 UTC 2011


The following commit has been merged in the master branch:
commit 9740319d2a26c96f68c81a13dc4ffcd757ccee33
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Sat Oct 22 15:20:26 2011 +0300

    Fix test 0020
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/grep-dctrl/grep-dctrl.c b/grep-dctrl/grep-dctrl.c
index a672eeb..1526e0a 100644
--- a/grep-dctrl/grep-dctrl.c
+++ b/grep-dctrl/grep-dctrl.c
@@ -600,6 +600,7 @@ static struct predicate * parse_prim(struct arguments * args)
                         if (mm != M_SUBSTR) goto failmode;
                         mm = M_EREGEX;
                         whole_pkg = true;
+                        get_token(args);
                         break;
                 case TOK_EQ:
                         if (mm != M_SUBSTR) goto failmode;

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list