configure
author paulson
Thu, 03 Apr 1997 10:36:54 +0200
changeset 2885 8d229dc0cfe2
parent 2754 59bd96046ad6
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
Two extra commands shorten the proof time by 800 seconds...

#!/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