Daniel Gibbs 11 年之前
父節點
當前提交
b6125b7b38
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/fn_deps_detect

+ 1 - 1
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