From 200b39c0f80396f1f7f66c8b33f6adf87ff6edf4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 19 Nov 2008 14:58:10 +0100 Subject: [PATCH] fix detection of topgit repo Signed-off-by: martin f. krafft --- debian/tg2quilt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tg2quilt.mk b/debian/tg2quilt.mk index d079e75..0444aab 100644 --- a/debian/tg2quilt.mk +++ b/debian/tg2quilt.mk @@ -48,7 +48,7 @@ # Released under terms of the the Artistic Licence 2.0. # -ifeq ($(shell tg summary -t)),) +ifeq ($(shell tg summary -t),) # This is not a TopGit branch, so just blubber a bit. tg-export tg-clean tg-forceclean tg-rmdir: -- 2.30.2