diff options
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 |