Skip to content
Snippets Groups Projects
Commit 9f31b00d authored by Moritz Holtz's avatar Moritz Holtz
Browse files

Merge branch 'ss17' of git.fsmpi.rwth-aachen.de:osak/lipck into ss17

parents 8b1e4202 63677010
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
BEGIN { BEGIN {
# This is the number of things we're going to remove. Adjust it when changing the regular expression below # This is the number of things we're going to remove. Adjust it when changing the regular expression below
want = 5; want = 7;
skipped = 0; skipped = 0;
} }
...@@ -26,6 +26,10 @@ function skipit() { ...@@ -26,6 +26,10 @@ function skipit() {
skipit() skipit()
} }
/^(python3-pyqt5.(qtsvg|qtwebkit))/ {
skipit()
}
skip == 0 { skip == 0 {
print print
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment