diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 09:05:33 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 09:05:33 +0100 |
commit | 3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac (patch) | |
tree | 993abdbea8c509c490073eff533dfb234ece6894 /tools/sed-functions | |
parent | 3c4b776eca52ed170fa599ec125366a9ee7f2bc5 (diff) | |
download | ffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.zip ffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.tar.gz |
tools/sed-* replace '\t' with ' '
Diffstat (limited to 'tools/sed-functions')
-rw-r--r-- | tools/sed-functions | 1 |
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 |