diff --git a/isabelle/hooks/build b/isabelle/hooks/build index 04ec78b..5723fb5 100755 --- a/isabelle/hooks/build +++ b/isabelle/hooks/build @@ -31,7 +31,7 @@ if [ -f ../../config ]; then source ../../config else CONFIG=`git rev-parse --show-toplevel`/config - if [ -f $CONFIG ]; + if [ -f $CONFIG ]; then source $CONFIG fi fi