/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/updatefiles.tcsh
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/updatefiles.tcsh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cpcp, Tue Aug 13 20:56:01 2002 UTC revision 1.1.2.1 by cpcp, Sun Aug 18 19:49:21 2002 UTC
# Line 1  Line 1 
1  #!/bin/tcsh  #!/bin/tcsh
2    
3  foreach FILE (*.hh)  foreach FILE (*.cpp)
4      cp $FILE $FILE.ori      cp $FILE $FILE.ori
5      cat $FILE | sed 's/Implements/@memo Implements/' > $FILE.tmp      cat $FILE | sed 's/\*\*/\*/' > $FILE.tmp
6      mv $FILE.tmp $FILE      mv $FILE.tmp $FILE
7  end  end
8        

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26