summaryrefslogtreecommitdiffstats
path: root/tools/sed-functions
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-08 09:05:33 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-08 09:05:33 +0100
commit3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac (patch)
tree993abdbea8c509c490073eff533dfb234ece6894 /tools/sed-functions
parent3c4b776eca52ed170fa599ec125366a9ee7f2bc5 (diff)
downloadffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.zip
ffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.tar.gz
tools/sed-* replace '\t' with ' '
Diffstat (limited to 'tools/sed-functions')
-rw-r--r--tools/sed-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sed-functions b/tools/sed-functions
index 71ecc8e..f57d913 100644
--- a/tools/sed-functions
+++ b/tools/sed-functions
@@ -15,6 +15,7 @@
:loop
/,$/ { N; s/\n/ /; t loop }
# replace multi spaces with one ...
+s/\t/ /g
s/ {2,}/ /g
s/\s+EINA_.*/;/
s/^\s*EAPI/EAPI/p