Преглед изворни кода

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()