From: Martin Mares Date: Wed, 19 Mar 2008 13:28:39 +0000 (+0100) Subject: Fixed a typo in processing of hooks. X-Git-Tag: python-dummy-working~215 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=94f22b276cc6ff49fe3bb380179cf826b58135c6;p=moe.git Fixed a typo in processing of hooks. --- diff --git a/bin/lib b/bin/lib index 19ff00e..ee0de69 100644 --- a/bin/lib +++ b/bin/lib @@ -212,7 +212,7 @@ function compile fi cat $TDIR/compile.out rm $TDIR/compile.out - if [ -n "$POST_COMPILE_HOOK ] ; then + if [ -n "$POST_COMPILE_HOOK" ] ; then echo "Post-compile hook: $POST_COMPILE_HOOK" eval $POST_COMPILE_HOOK fi