configure
author kleing
Thu, 21 Sep 2000 14:55:46 +0200
changeset 10051 6c3c87d1d275
parent 9915 8de4ea6de3d0
child 10077 0261aede52ca
permissions -rwxr-xr-x
added height="100%" to stretch page to whole browser window

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