Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2018-09-18 22:48:14 +0300
committerLadar Levison <ladar@lavabit.com>2018-09-18 22:48:14 +0300
commit0ff1488fcbeaf6d3ea15af4cd9ade5e6e9f0c038 (patch)
treecb72b1211d06f670aa6d0adb44810887e08b955e /Makefile
parent68ecbbfde440399274a8748b2d709be4756e51fb (diff)
Fix the Makefile typo added by the previous commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d0da0d1..cf3a159c 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ ifneq ($(strip $(MAGMA_REPO)),1)
else
# Use the number of commits since the v7.0.0 tag as the patch level.
MAGMA_VERSION := $(PACKAGE_VERSION).$(shell git log `git log -n 1 v7.0.0 --pretty='%H'`..`git log --pretty='%H'` --format='%H' | wc -l)
- MAGMA_COMMIT := $(shell git log --format="%H" -n 1 | cut -1-7)
+ MAGMA_COMMIT := $(shell git log --format="%H" -n 1 | cut -c1-7)
endif
MAGMA_TIMESTAMP = $(shell date +'%Y%m%d.%H%M')