1
0
mirror of synced 2026-02-21 14:17:36 +00:00

Add forgotten backslashes

This commit is contained in:
Axel Beckert
2010-05-15 00:22:04 +02:00
parent 12997b3416
commit fa09493b8c

View File

@@ -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)
#