configure
author wenzelm
Mon, 17 Feb 1997 17:22:19 +0100
changeset 2650 96234bf96bf9
child 2655 9420efbb868e
permissions -rwxr-xr-x
configure - adapt Isabelle distribution to system environment

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

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