[DHG_packages] 01/01: Fix grep-ctrl invocation

Joachim Breitner nomeata at moszumanska.debian.org
Tue Aug 11 17:32:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 529705e6e332cf7c6b5acf29050dfddc50b9892e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Aug 11 19:30:43 2015 +0200

    Fix grep-ctrl invocation
---
 src/make-all.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/make-all.hs b/src/make-all.hs
index 66db285..f59634c 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -200,7 +200,7 @@ ignoreArchiveDepends pkgs =
     , "apt-get install dctrl-tools" -- Just in case it is not installed in the base schroot
     , "for f in /var/lib/apt/lists/*_Packages"
     , "do"
-    , "grep-dctrl -v -F Package -X " ++ disj ++ " < \"$f\" > \"$f\".tmp"
+    , "grep-dctrl -v -F Package -X \\( " ++ disj ++ " \\) < \"$f\" > \"$f\".tmp"
     , "mv \"$f\".tmp \"$f\""
     , "done"
     ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list