configure
author nipkow
Thu, 24 Apr 1997 18:03:23 +0200
changeset 3039 bbf4e3738ef0
parent 3007 e5efa177ee0c
child 6029 30c957a74803
permissions -rwxr-xr-x
get_thydata accesses the second component of the data field. This component used to be empty until set at the end of loading an ML file. Now the second component is already set when the thy file has ben read.

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

## patch scripts

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