lib/Tools/unsymbolize
changeset 26576 fc76b7b79ba9
parent 15847 c05c7670f166
child 28650 a7ba12e0d3b7
--- a/lib/Tools/unsymbolize	Tue Apr 08 15:47:05 2008 +0200
+++ b/lib/Tools/unsymbolize	Tue Apr 08 15:47:10 2008 +0200
@@ -34,8 +34,5 @@
 
 ## main
 
-#set by configure
-AUTO_PERL=perl
-
 find $SPECS \( -name \*.ML -o -name \*.thy \) -print | \
-  xargs "$AUTO_PERL" -w "$ISABELLE_HOME/lib/scripts/unsymbolize.pl"
+  xargs perl -w "$ISABELLE_HOME/lib/scripts/unsymbolize.pl"