diff options
-rw-r--r-- | gup/abgabe.gup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gup/abgabe.gup b/gup/abgabe.gup index 049ab26..925a25d 100644 --- a/gup/abgabe.gup +++ b/gup/abgabe.gup | |||
@@ -10,6 +10,7 @@ deps() { | |||
10 | filter() { | 10 | filter() { |
11 | read -r -d '' script <<'EOF' | 11 | read -r -d '' script <<'EOF' |
12 | /\.class$/d | 12 | /\.class$/d |
13 | /(\/|^).gup(\/|$)/d | ||
13 | EOF | 14 | EOF |
14 | sed -r $script | 15 | sed -r $script |
15 | } | 16 | } |