summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wondershaper/files/append-return-1.awk')
-rw-r--r--net-misc/wondershaper/files/append-return-1.awk16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-misc/wondershaper/files/append-return-1.awk b/net-misc/wondershaper/files/append-return-1.awk
deleted file mode 100644
index 75fc244..0000000
--- a/net-misc/wondershaper/files/append-return-1.awk
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- addOR=nextAddOR;nextAddOR=0
-}
-/tc.*add/{
- addOR=1
-}
-/\\$/{
- nextAddOR=addOR;addOR=0
-}
-{
- printf("%s",$0);
- if (addOR)
- print " || return 1"
- else
- printf "\n"
-} \ No newline at end of file