| author | paulson | 
| Mon, 21 May 2001 14:53:30 +0200 | |
| changeset 11323 | 92eddd0914a9 | 
| parent 10555 | 2323ec838401 | 
| permissions | -rwxr-xr-x | 
| 10555 | 1  | 
#!/usr/bin/env bash  | 
| 2399 | 2  | 
#  | 
3  | 
# $Id$  | 
|
| 9788 | 4  | 
# Author: Markus Wenzel, TU Muenchen  | 
5  | 
# License: GPL (GNU GENERAL PUBLIC LICENSE)  | 
|
| 2399 | 6  | 
#  | 
7  | 
# DESCRIPTION: translate symbols into \<...> sequences  | 
|
8  | 
||
| 6082 | 9  | 
#set by configure  | 
10  | 
AUTO_PERL=perl  | 
|
11  | 
||
| 9788 | 12  | 
exec "$AUTO_PERL" -w "$ISABELLE_HOME/lib/scripts/symbolinput.pl" "$@"  |