From fa09493b8c22a749694502a3d35bcda9af71506f Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 15 May 2010 00:22:04 +0200 Subject: [PATCH] Add forgotten backslashes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 366d1d6..48503c3 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ DIST_PREFIX = ${TMP} VERSION = 4.2rc1 DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/') BASE = xen-tools -VCS = $(shell if git st > /dev/null; then echo git; - elif hg st > /dev/null; then echo hg; +VCS = $(shell if git st > /dev/null; then echo git; \ + elif hg st > /dev/null; then echo hg; \ else echo cannot-determine-used-vcs; fi) #