Selaa lähdekoodia

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

Sascha Zelzer 15 vuotta sitten
vanhempi
commit
f07b875e08
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()