configure
author oheimb
Tue, 07 Apr 1998 13:46:05 +0200
changeset 4800 97c3a45d092b
parent 3007 e5efa177ee0c
child 6029 30c957a74803
permissions -rwxr-xr-x
replaced option_map_SomeD by option_map_eq_Some (RS iffD1) added option_map_eq_Some to simpset(), option_map_eq_Some RS iffD1 to claset()

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