changeset 2650 | 96234bf96bf9 |
child 2655 | 9420efbb868e |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configure Mon Feb 17 17:22:19 1997 +0100 @@ -0,0 +1,13 @@ +#!/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