Fix trailing space after version number

This commit is contained in:
Volker Grabsch 2012-03-29 14:17:02 +02:00
parent 07c311bcba
commit 2597d986c2
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ define newline
endef
$(eval $(subst #,$(newline),$(shell \
$(SED) -n \
's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2 #/p' \
's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2#/p' \
'$(TOP_DIR)/index.html' \
)))