Skip to content

Commit 5b0d4c6

Browse files
committed
Merge branch 'valencia' of github.com:getlantern/lantern into valencia
2 parents a498a4a + 7f03792 commit 5b0d4c6

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
@@ -17,7 +17,7 @@ GIT_REVISION_SHORTCODE := $(shell git rev-parse --short HEAD)
1717
GIT_REVISION := $(shell git describe --abbrev=0 --tags --exact-match 2> /dev/null || git rev-parse --short HEAD)
1818
GIT_REVISION_DATE := $(shell git show -s --format=%ci $(GIT_REVISION_SHORTCODE))
1919

20-
REVISION_DATE := $(shell date -u -j -f "%F %T %z" "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S" || date -u -d "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S")
20+
REVISION_DATE := $(shell date -u -j -f "%F %T %z" "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S" 2>/dev/null || date -u -d "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S")
2121
BUILD_DATE := $(shell date -u +%Y%m%d.%H%M%S)
2222

2323
LOGGLY_TOKEN := 469973d5-6eaf-445a-be71-cf27141316a1

0 commit comments

Comments
 (0)