configure
author wenzelm
Wed, 26 Aug 1998 16:33:29 +0200
changeset 5374 6ef3742b6153
parent 3007 e5efa177ee0c
child 6029 30c957a74803
permissions -rwxr-xr-x
moved images to gfx dir;
     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