removed that trailing space in version

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 1e3f874833
commit 4d2c3c4ac0

@ -7,7 +7,7 @@ GIT = $(shell which git)
SVNVERSION = $(shell which svnversion)
ifneq ($(GIT),)
SCM_REV = $(shell if git --help describe |grep dirty 2>&1 >/dev/null ; then git describe --always --dirty; else git describe --always ; fi)
SCM_REV = $(shell if git --help describe |grep dirty 2>&1 >/dev/null ; then git describe --always --dirty; else git describe --always ; fi)
endif
ifeq ($(SCM_REV),)

Loading…
Cancel
Save