X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/678c8c54d0ce967d8f1db3e575aed61879279975..c2e069c80086a655611b636be4465141548393fc:/update_ev_wrap?ds=inline diff --git a/update_ev_wrap b/update_ev_wrap index 32ab625..30ebb4f 100755 --- a/update_ev_wrap +++ b/update_ev_wrap @@ -4,7 +4,7 @@ echo '#define VAR(name,decl) define name ((loop)->name)' echo '#define EV_GENWRAP 1' cat ev_vars.h -) | cc -E -o - - | sed -e 's/define/#define/' | grep '#define' | ( - echo "/* DO NOT EDIT, automaticlaly generated by update_ev_wrap */" +) | cc -E -o - - | sed -n -e 's/define/#define/p' | ( + echo "/* DO NOT EDIT, automatically generated by update_ev_wrap */" cat ) | tee ev_wrap.h