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 @@
BEGIN {
# 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;
}
......@@ -26,6 +26,10 @@ function skipit() {
skipit()
}
/^(python3-pyqt5.(qtsvg|qtwebkit))/ {
skipit()
}
skip == 0 {
print
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment