From 24608361d61b67b162b9dc33b08e00b24a2e81e4 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 31 Oct 2014 16:54:20 -0400 Subject: [PATCH] remove -e argument from awk --- daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Makefile b/daemon/Makefile index 97393e99f..68ef67135 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -14,7 +14,7 @@ ifeq ($(RTPENGINE_VERSION),) ifneq ($(DPKG_PRSCHNGLG),) DPKG_PRSCHNGLG=$(shell dpkg-parsechangelog -l../debian/changelog | awk '/^Version: / {print $$2}') endif - GIT_BR_COMMIT=$(shell git branch --no-color --no-column -v 2> /dev/null | awk -e '/^\*/ {OFS="-"; print "git", $$2, $$3}') + GIT_BR_COMMIT=$(shell git branch --no-color --no-column -v 2> /dev/null | awk '/^\*/ {OFS="-"; print "git", $$2, $$3}') ifneq ($(DPKG_PRSCHNGLG),) RTPENGINE_VERSION+=$(DPKG_PRSCHNGLG)