소스 검색

FIX: QtMobilit: adapted check of 'git checkout' error message to new branch name

Sascha Zelzer 15 년 전
부모
커밋
f07b875e08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Utilities/QtMobility/QtMobilityGitBranch1.0-patch.cmake.in

+ 1 - 1
Utilities/QtMobility/QtMobilityGitBranch1.0-patch.cmake.in

@@ -11,7 +11,7 @@ execute_process(
   RESULT_VARIABLE error_code
   )
 if(error_code)
-  if(NOT ${error_output} MATCHES "branch 1.0 already exists")
+  if(NOT ${error_output} MATCHES "branch branch_1.0 already exists")
     message(FATAL_ERROR "${error_output}")
   endif()
 endif()