configure
author wenzelm
Mon, 17 Feb 1997 17:55:45 +0100
changeset 2654 6efa602921d1
parent 2650 96234bf96bf9
child 2655 9420efbb868e
permissions -rwxr-xr-x
*** empty log message ***

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