Changeset 849
- Timestamp:
- Jun 16, 2003, 4:33:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/createlog
r409 r849 35 35 sed "s,${module}/,,g" | \ 36 36 sed "`echo -e 's/: - /:\\\\\n\t- /;s/\t-/\\\\\n\t-/'`" | fmt | sed '/^$/d' | \ 37 gawk 'BEGIN{ x = 1; }/^[0-9]/{ if (x != 1) printf "\n"; x = 0; }/\t\*/{ printf "\n"; }//{print $0; }' >${logfile}37 awk 'BEGIN{ x = 1; }/^[0-9]/{ if (x != 1) printf "\n"; x = 0; }/\t\*/{ printf "\n"; }//{print $0; }' >${logfile} 38 38 39 39 cvs -z3 commit -m "" "${logfile}"
Note: See TracChangeset
for help on using the changeset viewer.