configure
author wenzelm
Mon, 18 Sep 2000 23:43:11 +0200
changeset 10024 f79ce04d0b94
parent 9915 8de4ea6de3d0
child 10077 0261aede52ca
permissions -rwxr-xr-x
added plain "tt" style;

#!/bin/sh
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
# License: GPL (GNU GENERAL PUBLIC LICENSE)
#
# configure - adapt Isabelle distribution to system environment

## patch scripts

THIS=`dirname "$0"`

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