Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Tests/makeold.sh

    r74 r114  
    2727      $i > TestsOld/${new}_old.pro 
    2828done 
     29 
     30cd TestsOld 
     31for i in $( egrep -il "^ *(pro|function) .*," *.pro ) 
     32do 
     33  a=$( egrep -ih "^ *(pro|function) .*," $i ) 
     34  b=${a%%,*}_old,${a#*,} 
     35  sed -e "s/${a}/${b}/" $i > tmp_$$ 
     36  mv tmp_$$ $i 
     37done 
Note: See TracChangeset for help on using the changeset viewer.