diff --git a/grepid b/grepid index aac1adf..79ffec1 100755 --- a/grepid +++ b/grepid @@ -62,7 +62,7 @@ def main(argv): try: process = Popen(['grep', '--exclude-dir=.svn', '--exclude-dir=.git', '--exclude=tags', - '--color=never', '-HIRn', '\<%s\>' % ident] + flags, stdout=PIPE) + '--color=never', '-HIrn', '\<%s\>' % ident] + flags, stdout=PIPE) last_file_name = '' lines = []