# | Line 29 | Line 29 | if test -z "`echo $hf | grep TAM/`"; the | |
---|---|---|
29 | cat $sf | grep -v "// \$Id" >> ${sf}.tmp | |
30 | mv ${sf} ${sf}.keep | |
31 | mv ${sf}.tmp $sf | |
32 | + | |
33 | + | cat $hf | grep -v "//------" > ${hf}.tmp |
34 | + | mv ${hf} ${hf}.keep |
35 | + | mv ${hf}.tmp $hf |
36 | + | |
37 | else | |
38 | sf=`dirname $hf`/`basename $hf .h`.cxx | |
39 | sf=`echo $sf | replace interface src` |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |