소스 검색

Removed unknown exec if

Daniel Gibbs 10 년 전
부모
커밋
1e0c80fb18
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      functions/check_deps.sh

+ 1 - 4
functions/check_deps.sh

@@ -105,10 +105,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
 		#UT99
 		else
 			array_deps_required+=( libsdl1.2debian bzip2 )
-		fi
-	else
-		fn_printfail "Unknown executable"
-		exit	
+		fi	
 	fi
 	fn_deps_email