Skip to content

Commit

Permalink
Suppress git error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjsweeney committed Aug 18, 2016
1 parent 5576ca5 commit 0b6bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = 1.01
REVISION = $(shell git rev-list HEAD | wc -l)
REVISION = $(shell git rev-list HEAD 2>/dev/null | wc -l)
LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))

SEARCHPATH += src/ src/battle src/challenges src/draw src/game src/galaxy src/json src/system src/test
Expand Down

0 comments on commit 0b6bf1f

Please sign in to comment.