configure
author paulson
Wed, 24 Jun 1998 10:29:46 +0200
changeset 5073 61e4403023a2
parent 3007 e5efa177ee0c
child 6029 30c957a74803
permissions -rwxr-xr-x
Tidying; renaming of Says_Server_message_form to Says_Server_not_range; removal of junk from analz_spies_tac; removal of B~:bad premise from no_nonce_YM1_YM2

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