From 94f22b276cc6ff49fe3bb380179cf826b58135c6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 19 Mar 2008 14:28:39 +0100 Subject: [PATCH] Fixed a typo in processing of hooks. --- bin/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2