lib/Tools/fixsome
changeset 9995 8414454c8e11
parent 9966 e2ddb6a12427
child 10511 efb3428c9879
--- a/lib/Tools/fixsome	Fri Sep 15 20:18:08 2000 +0200
+++ b/lib/Tools/fixsome	Fri Sep 15 20:18:36 2000 +0200
@@ -16,7 +16,7 @@
   echo
   echo "Usage: $PRG [FILES|DIRS...]"
   echo
-  echo "  Recursively find .thy and .ML files, fixing theorem names related"
+  echo "  Recursively find .thy/.ML files, fixing theorem names related"
   echo "  to SOME (Eps) in HOL."
   echo
   echo "  Renames old versions of FILES by appending \"~~\"."
@@ -37,4 +37,5 @@
 #set by configure
 AUTO_PERL=perl
 
-find $SPECS "(" -name \*.thy -o -name \*.ML ")" -print | xargs "$AUTO_PERL" -w "$ISABELLE_HOME/lib/scripts/fixsome.pl"
+find $SPECS \( -name \*.ML -o -name \*.thy \) -print | \
+  xargs "$AUTO_PERL" -w "$ISABELLE_HOME/lib/scripts/fixsome.pl"