Changes between Version 1 and Version 2 of UpgradeTo30

Show
Ignore:
Author:
anonymous (IP: 134.157.9.100)
Timestamp:
07/22/08 00:25:52 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpgradeTo30

    v1 v2  
    2222 
    2323 
    24 The following line finds finds lines with `@inherits` and deletes them. As noted in ticket #25 it only works if all related info is on the same line: 
     24The 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: 
    2525{{{ 
    2626find . -type f -name '*.pro' -exec sed -i '/@inherits/ D' {} \;