From 93d3cf19cb519c0505b742872a0f21be1b5f2326 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn <frederik.gladhorn@digia.com> Date: Tue, 2 Apr 2013 17:03:55 +0200 Subject: [PATCH] Fix order of . and " Change-Id: Ia3640b91ad063da0d719172ae264c903b898135a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> --- bin/qt5_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qt5_tool b/bin/qt5_tool index 5f78313..ff159e4 100755 --- a/bin/qt5_tool +++ b/bin/qt5_tool @@ -498,7 +498,7 @@ sub checkoutBranch my $currentBranch = substr($currentBranches[0], 2); # We have one, no need to act. if ($currentBranch eq $desiredBranch) { - print $mod, ' is already on branch: "',$currentBranch,".\"\n"; + print $mod, ' is already on branch: "',$currentBranch,"\".\n"; return 1; } # Does the local branch exist? -- GitLab