diff options
Diffstat (limited to 'update_ev_c')
-rwxr-xr-x | update_ev_c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_ev_c b/update_ev_c index 4541753..b55fd7f 100755 --- a/update_ev_c +++ b/update_ev_c @@ -2,7 +2,7 @@ ( sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c - cat ecb.h + cat ~/src/libecb/ecb.h sed -ne '\%/\* ECB.H END \*/%,$p' ev.c ) >ev.c~ && mv ev.c~ ev.c |