summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-09-12 14:32:18 +0200
committermakefu <github@syntax-fehler.de>2011-09-12 14:32:18 +0200
commit9f70f9b5b462aa3e150b9708f695edfaf716edd4 (patch)
tree5cbebe6cbc0ada2c988d7f14d0bbbc52a68b37c1 /doc
parent568fbd7fa5541182bbbc33560863ec9c3ff01d48 (diff)
parenta07326f6c57a7e8f49b9bef96ded427275a16e2e (diff)
Merge branch 'master' into punani_files
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
'