summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update_pch.sh b/bin/update_pch.sh
index 0d0b8f6a9444..61f0c6d74e25 100755
--- a/bin/update_pch.sh
+++ b/bin/update_pch.sh
@@ -150,8 +150,8 @@ function filter_ignore()
grep -v -F -e '#include <oledb.h>' | \
grep -v -F -e '#include <cert.h>' | \
grep -v -F -e '#include <xmlreader/xmlreader.hxx>' | \
- grep -v -F -e '#include "jerror.h"' | \
- grep -v -F -e '#include "jpeglib.h"'
+ grep -v -e '#include [<"]jerror.h[">]' | \
+ grep -v -e '#include [<"]jpeglib.h[">]'
)
# " in #include "foo" breaks echo down below, so " -> @