From f8e674bf1b4e25aa67de10063c2a186175db8749 Mon Sep 17 00:00:00 2001 From: Vasileios Pasialiokis <whiterocket@outlook.com> Date: Sat, 25 May 2019 20:15:54 +0300 Subject: [PATCH] prefix git with shell --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c0ae7ef55ed..c2621728c51 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ MAKEFLAGS += -r HASH := $(shell git rev-list -n 1 --abbrev-commit HEAD) -COMMIT := $(git rev-parse --short HEAD) +COMMIT := $(shell git rev-parse --short HEAD) uname := $(shell uname -s) arch := $(shell uname -m) TWEEGO := $(shell command -v tweego || echo "$$?") -- GitLab