configure
author paulson
Fri, 05 Nov 1999 12:47:29 +0100
changeset 8001 14c8843cd35b
parent 6029 30c957a74803
child 9818 71de955e8fc9
permissions -rwxr-xr-x
new psubset lemma
     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