diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-21 11:18:11 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-21 11:18:11 +0200 |
commit | 961dd6b19e860f3a47c4435f359f7c372cb03084 (patch) | |
tree | eb744dedc67c8acf6d5e135c115b7428e8b49da6 /tools/sed-variables | |
parent | 3a9ae6b9d5f30898ec06819897145efc475a5625 (diff) | |
download | ffi-efl-961dd6b19e860f3a47c4435f359f7c372cb03084.zip ffi-efl-961dd6b19e860f3a47c4435f359f7c372cb03084.tar.gz |
add comment to sed scripts, fix sed-enum
Diffstat (limited to 'tools/sed-variables')
-rw-r--r-- | tools/sed-variables | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/sed-variables b/tools/sed-variables index 3f11c67..36c612f 100644 --- a/tools/sed-variables +++ b/tools/sed-variables @@ -1 +1,2 @@ -s/(EAPI\s+extern\s+\w+\s+\*?\w+\s*;).*$/\1/p +# variable should be EAPI extern word word;; +s/^\s*(EAPI\s+extern\s+\w+\s+\*?\w+\s*;).*$/\1/p |