From 7e4db1fdd6c417d7f9919cf0f1f6ec4c699709df Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 22 Nov 2017 18:17:43 +0100 Subject: [PATCH] Option removed --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b70a3ffab..5d45180a0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,7 +55,7 @@ endif ifdef GIT_SHA $(info GIT_SHA: $(GIT_SHA)) else - GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion -n) + GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion) ifneq ($(words $(GIT_SHA)),1) GIT_SHA := N/A $(info GIT_SHA: N/A) -- 2.39.5