From b6125b7b38297f91f118a55b1faae601f890c2a2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 21 Jun 2015 18:29:49 +0100 Subject: [PATCH] fix --- functions/fn_deps_detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_deps_detect b/functions/fn_deps_detect index 64bd38bdd..c622f829e 100644 --- a/functions/fn_deps_detect +++ b/functions/fn_deps_detect @@ -25,7 +25,7 @@ elif [ "${executable}" == "./ucc-bin" ];then elif [ "${executable}" == "./ucc-bin" ];then if [ -f "${executabledir}/ucc-bin-real" ]; then executable=ucc-bin-real - if [ -f "${executabledir}/ut2004-bin" ]; then + elif [ -f "${executabledir}/ut2004-bin" ]; then executable=ut2004-bin else executable=ut-bin