Bug 536173 - Build fails when building platform.ini with an uncommitted merge: "ValueError: too many values to unpack", r=ted

This commit is contained in:
Benjamin Smedberg 2010-01-06 11:59:44 -05:00
Родитель 3f28163652
Коммит b92b1a1e30
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -219,7 +219,7 @@ DEFINES += -DHAVE_USR_LIB64_DIR
endif
endif
MOZ_SOURCE_STAMP ?= $(shell hg -R $(topsrcdir) parent --template="{node|short}\n" 2>/dev/null)
MOZ_SOURCE_STAMP ?= $(firstword $(shell hg -R $(topsrcdir) parent --template="{node|short}\n" 2>/dev/null))
# strip a trailing slash from the repo URL because it's not always present,
# and we want to construct a working URL in buildconfig.html
# make+shell+sed = awful