configure
author wenzelm
Sat, 29 May 2004 15:03:59 +0200
changeset 14828 15d12761ba54
parent 10511 efb3428c9879
child 14981 e73f8140af78
permissions -rwxr-xr-x
improved output; refer to Pretty.pp;
     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
     8 
     9 ## patch scripts
    10 
    11 cd "`dirname "$0"`"
    12 
    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