Skip to content
Snippets Groups Projects
Commit a73d8447 authored by Angus Lepper's avatar Angus Lepper
Browse files

GIT_BRANCH contains a comma during git bisect

parent ab60172d
Branches
Tags
1 merge request!47Ensure GIT_BRANCH non-empty when not on a branch
......@@ -66,7 +66,7 @@ version.h: version.h.in $(AM_SOURCES) $(include_HEADERS) $(noinst_HEADERS)
GIT_BRANCH=`$(GIT_CMD) branch | sed -n 's/^\* \(.*\)/\1/p'`; \
sed -e "s,@PACKAGE_VERSION\@,$(PACKAGE_VERSION)," \
-e "s,@GIT_REVISION\@,$${GIT_REVISION}," \
-e "s,@GIT_BRANCH\@,$${GIT_BRANCH}," version.h.in > version.h; \
-e "s|@GIT_BRANCH\@|$${GIT_BRANCH}|" version.h.in > version.h; \
else \
if test ! -f version.h; then \
sed -e "s,@PACKAGE_VERSION\@,$(PACKAGE_VERSION)," \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment