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