Add forgotten backslashes
This commit is contained in:
4
Makefile
4
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)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user