View | Details | Raw Unified | Return to bug 236498
Collapse All | Expand All

(-)devel/gitflow/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gitflow
4
PORTNAME=	gitflow
5
PORTVERSION=	1.12.1
5
PORTVERSION=	1.12.1
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
8
8
MAINTAINER=	nbari@tequila.io
9
MAINTAINER=	nbari@tequila.io
(-)devel/gitflow/files/patch-git-flow-init (+22 lines)
Line 0 Link Here
1
From aad4610f5dfe133b323d4ccb97e44af0825b0d9d Mon Sep 17 00:00:00 2001
2
From: Peter van der Does <peter@avirtualhome.com>
3
Date: Sat, 2 Mar 2019 09:54:39 -0500
4
Subject: [PATCH] Missing )
5
6
---
7
 git-flow-init | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/git-flow-init b/git-flow-init
11
index 0699ce75..4cc7ed96 100644
12
--- git-flow-init
13
+++ git-flow-init
14
@@ -375,7 +375,7 @@ file=    use given config file
15
 	# Support branches
16
 	if ! git config --get gitflow.prefix.support >/dev/null 2>&1 || flag force; then
17
 	    if [ "$FLAGS_support" != "" ]; then
18
-	        default_suggestion=$(echo $FLAGS_support
19
+	        default_suggestion=$(echo $FLAGS_support)
20
         else
21
 		    default_suggestion=$(git config --get gitflow.prefix.support || echo support/)
22
         fi

Return to bug 236498