# HG changeset patch # User haftmann # Date 1278598803 -7200 # Node ID 39253da888c143edf7ec87c005ca0c232b10c2ef # Parent 6315b6426200429377b1f8628e3db004cece1c15 empty default diff -r 6315b6426200 -r 39253da888c1 src/Tools/Code/etc/settings --- a/src/Tools/Code/etc/settings Thu Jul 08 16:19:24 2010 +0200 +++ b/src/Tools/Code/etc/settings Thu Jul 08 16:20:03 2010 +0200 @@ -4,9 +4,11 @@ EXEC_GHC=$(choosefrom \ "$ISABELLE_HOME/contrib/ghc" \ "$ISABELLE_HOME/../ghc" \ - $(type -p ghc)) + $(type -p ghc) \ + "") EXEC_OCAML=$(choosefrom \ "$ISABELLE_HOME/contrib/ocaml" \ "$ISABELLE_HOME/../ocaml" \ - $(type -p ocaml)) + $(type -p ocaml) \ + "")