lib/scripts/configure
author paulson
Wed, 19 Jul 2006 11:55:26 +0200
changeset 20153 6ff5d35749b0
parent 16477 e1a36498a30f
permissions -rwxr-xr-x
Fixed the bugs introduced by the last commit! Output is now *identical* to that produced by the old version, based on a-lists.

#!/bin/sh
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
#
# configure - adapt Isabelle distribution to system environment

## patch scripts

cd "`dirname "$0"`"

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