]> mj.ucw.cz Git - eval.git/blobdiff - bin/lib
Fixed a typo in processing of hooks.
[eval.git] / bin / lib
diff --git a/bin/lib b/bin/lib
index 19ff00e9b7cea7593b1a09bed76a7326dafc6eca..ee0de69002df8212f636634268f83f01ad144c98 100644 (file)
--- 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