configure
author paulson
Mon, 21 Apr 1997 10:38:46 +0200
changeset 3001 8f89a99d2b00
parent 2754 59bd96046ad6
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
Tidied up the indentation

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