]> mj.ucw.cz Git - moe.git/commitdiff
Fixed a typo in processing of hooks.
authorMartin Mares <mj@ucw.cz>
Wed, 19 Mar 2008 13:28:39 +0000 (14:28 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 19 Mar 2008 13:28:39 +0000 (14:28 +0100)
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