author | haftmann |
Mon, 16 Apr 2007 16:11:03 +0200 | |
changeset 22717 | 74dbc7696083 |
parent 16477 | e1a36498a30f |
permissions | -rwxr-xr-x |
16477 | 1 |
#!/bin/sh |
2 |
# |
|
3 |
# $Id$ |
|
4 |
# Author: Markus Wenzel, TU Muenchen |
|
5 |
# |
|
6 |
# configure - adapt Isabelle distribution to system environment |
|
7 |
||
8 |
## patch scripts |
|
9 |
||
10 |
cd "`dirname "$0"`" |
|
11 |
||
12 |
if bash -c : |
|
13 |
then |
|
14 |
bash lib/scripts/patch-scripts.bash |
|
15 |
else |
|
16 |
echo "FATAL ERROR: bash not found!" |
|
17 |
exit 2 |
|
18 |
fi |