summaryrefslogtreecommitdiff
path: root/update_ev_c
diff options
context:
space:
mode:
authorroot <root>2012-01-18 12:13:14 +0000
committerroot <root>2012-01-18 12:13:14 +0000
commitc75183acad691703ac591682e464b01c128eadff (patch)
tree6c69d7f157a7598dea956a9000d9a7359a158ada /update_ev_c
parent54cb127e2eee98a573beb7264ef5dcbaac5dfce8 (diff)
sun studio and sparc support
Diffstat (limited to 'update_ev_c')
-rwxr-xr-xupdate_ev_c2
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