Changes between Version 1 and Version 2 of UpgradeTo30
- Timestamp:
- 07/22/08 00:25:52 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradeTo30
v1 v2 22 22 23 23 24 The following line finds findslines with `@inherits` and deletes them. As noted in ticket #25 it only works if all related info is on the same line:24 The following line finds lines with `@inherits` and deletes them. As noted in ticket #25 it only works if all related info is on the same line: 25 25 {{{ 26 26 find . -type f -name '*.pro' -exec sed -i '/@inherits/ D' {} \;
