configure
author wenzelm
Sat, 30 Oct 1999 20:32:04 +0200
changeset 7984 86c0cc789f61
parent 6029 30c957a74803
child 9818 71de955e8fc9
permissions -rwxr-xr-x
tuned;
     1 #!/bin/sh
     2 #
     3 # $Id$
     4 #
     5 # configure - adapt Isabelle distribution to system environment
     6 
     7 ## patch scripts
     8 
     9 if bash -c :
    10 then
    11   bash lib/scripts/patch-scripts.bash
    12 else
    13   echo "FATAL ERROR: bash not found!"
    14   exit 2
    15 fi