Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 7b1e8dc

Browse files
committed
Ensure Version doe not contain newline
1 parent db7e0cc commit 7b1e8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := `cat VERSION`
1+
VERSION := `cat VERSION | tr -d '\n'`
22
COMMIT := `git show -s --format=%h`
33
DATE := `date -u +%FT%T%z`
44
TAG := `git describe --abbrev=0 --tags 2>/dev/null || echo "0.0.0"`

0 commit comments

Comments
 (0)