:: commit b71e3a0a0e2178b531543cbd7b0680539f5978e3

mintsuki <mintsuki@protonmail.com> — 2021-03-15 05:43

parents: 4cd8e00a45

misc: Fix LIMINE_VERSION

diff --git a/stage23/Makefile b/stage23/Makefile
index 6406fdbc..785b2202 100644
--- a/stage23/Makefile
+++ b/stage23/Makefile
@@ -23,7 +23,7 @@ COM_OUTPUT = false
 E9_OUTPUT = false
 
 BUILD_ID := $(shell dd if=/dev/urandom count=8 bs=1 | od -An -t x8 | sed 's/^ /0x/')
-LIMINE_VERSION := $(shell git describe --exact-match --tags `git log -n1 --pretty='%h'` || git log -n1 --pretty='%h' && echo -n "(trunk)")
+LIMINE_VERSION := $(shell git describe --exact-match --tags `git log -n1 --pretty='%h'` || ( git log -n1 --pretty='%h' && echo -n "(trunk)" ) )
 WERROR = -Werror
 CFLAGS = -O3 -g -pipe -Wall -Wextra $(WERROR)
 S2CFLAGS = -Os -g -pipe -Wall -Wextra $(WERROR)
tab: 248 wrap: offon