From 2b2bc06fd5a3c21eb2e5e057daba6eae22b3d18b Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Sun, 9 Aug 2015 14:37:32 +0100 Subject: [PATCH] gcc-git: Fix missing " --- mingw-w64-gcc-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gcc-git/PKGBUILD b/mingw-w64-gcc-git/PKGBUILD index 98467247a6..3660fb21a3 100644 --- a/mingw-w64-gcc-git/PKGBUILD +++ b/mingw-w64-gcc-git/PKGBUILD @@ -35,7 +35,7 @@ optdepends=() options=('staticlibs' '!emptydirs' '!strip' 'debug') _branch=gcc-5-branch #_branch=master -if [ "${_branch} = "master" ]; then +if [ "${_branch}" = "master" ]; then _realpkgver=6.0.0 else _realpkgver=5.2.1