diff --git a/functions/fn_deps_detect b/functions/fn_deps_detect index 89e8b9d1b..64bd38bdd 100644 --- a/functions/fn_deps_detect +++ b/functions/fn_deps_detect @@ -25,6 +25,8 @@ 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 + executable=ut2004-bin else executable=ut-bin fi