lib/Tools/fixdatatype
changeset 6082 590f9e3bf4d8
parent 5213 0aa62210e67c
child 9788 df671fa2562a
equal deleted inserted replaced
6081:aa97eb904692 6082:590f9e3bf4d8
    30 SPECS="$@"; shift $#
    30 SPECS="$@"; shift $#
    31 
    31 
    32 
    32 
    33 ## main
    33 ## main
    34 
    34 
       
    35 #set by configure
       
    36 AUTO_PERL=perl
       
    37 
    35 find $SPECS \( -name \*.thy -o -name \*.ML \) -print | \
    38 find $SPECS \( -name \*.thy -o -name \*.ML \) -print | \
    36   xargs perl -w $ISABELLE_HOME/lib/scripts/fixdatatype.pl
    39   xargs $AUTO_PERL -w $ISABELLE_HOME/lib/scripts/fixdatatype.pl