summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMomo <momorientes@online.de>2011-09-09 14:58:58 +0200
committerMomo <momorientes@online.de>2011-09-09 14:58:58 +0200
commit6a2c1014c99ff37028c138dfc12722849f72eab9 (patch)
treed36f7b5462e2a157cd107cb496f2972cead9196b /doc
parente73eebac6be277bb20d1effc25d4c29900eb1df1 (diff)
parentf8dcc0059b8e53def57b242e2e093009b998865c (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cookbook/reducer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cookbook/reducer.sh b/doc/cookbook/reducer.sh
index fa3d4e3d..648047fb 100755
--- a/doc/cookbook/reducer.sh
+++ b/doc/cookbook/reducer.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# TODO tolower
tr '[:upper:]' '[:lower:]' |
-sed -r '
- s/\<dosen?//g
+sed '
+ s/\<dosen\?//g
s/mark//g
'