From 7d51f55a65907112b91d6b9baeeb1424e44e389c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 Aug 2025 15:10:04 +0300 Subject: [PATCH] minor aesthetic tweak... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/Makefile b/Viewer/Makefile index 440c4b3a..bba16a25 100644 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -216,7 +216,7 @@ APP_VERSION := $(strip $(shell \ || echo $(VERSION_FALLBACK))) VERSION := $(APP_VERSION) DATE := $(strip $(shell date "+%Y%m%d%H%M")) -COMMIT := $(strip $(shell git rev-parse HEAD)) +COMMIT := $(strip $(shell git rev-parse HEAD 2> /dev/null)) # if node_modules does not exist, set FIRST_RUN to 1... FIRST_RUN := $(if $(filter node_modules,$(wildcard *)),,1)