configure
author paulson
Wed, 02 Apr 1997 15:39:44 +0200
changeset 2877 6476784dba1c
parent 2754 59bd96046ad6
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
Converted to call blast_tac. Proves theorems in ZF.thy to make that theory usable again

#!/bin/sh
#
# $Id$
#
# configure - adapt Isabelle distribution to system environment

## patch scripts

if bash -norc -c ""
then
  bash lib/scripts/patch-scripts.bash
else
  echo "FATAL ERROR: bash not found!"
  exit 2
fi