configure
author wenzelm
Fri, 07 Mar 1997 15:05:21 +0100
changeset 2764 d56b5df57d73
parent 2754 59bd96046ad6
child 3007 e5efa177ee0c
permissions -rwxr-xr-x
added atac 2 (again);

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