author | paulson |
Fri, 30 Mar 2001 12:31:10 +0200 | |
changeset 11233 | 34c81a796ee3 |
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" "$@" |