author | paulson |
Wed Jul 25 13:13:01 2001 +0200 (2001-07-25) | |
changeset 11451 | 8abfb4f7bd02 |
parent 10511 | efb3428c9879 |
child 14981 | e73f8140af78 |
permissions | -rwxr-xr-x |
1 #!/bin/sh
2 #
3 # $Id$
4 # Author: Markus Wenzel, TU Muenchen
5 # License: GPL (GNU GENERAL PUBLIC LICENSE)
6 #
7 # configure - adapt Isabelle distribution to system environment
9 ## patch scripts
11 cd "`dirname "$0"`"
13 if bash -c :
14 then
15 bash lib/scripts/patch-scripts.bash
16 else
17 echo "FATAL ERROR: bash not found!"
18 exit 2
19 fi