From b25fba6175ae19962ce98f66a24d9a8f9442f392 Mon Sep 17 00:00:00 2001 From: jcmdln Date: Sat, 14 Oct 2023 18:10:42 -0400 Subject: Fix typo in GIT_SHA collection --- build_odin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_odin.sh') diff --git a/build_odin.sh b/build_odin.sh index e9df8b5ba..3900f5477 100755 --- a/build_odin.sh +++ b/build_odin.sh @@ -15,7 +15,7 @@ OS_ARCH="$(uname -m)" OS_NAME="$(uname -s)" if [ -d ".git" ] && [ -n "$(command -v git)" ]; then - GIT_SHA=($(git show --pretty='%h'--no-patch --no-notes HEAD)) + GIT_SHA=($(git show --pretty='%h' --no-patch --no-notes HEAD)) CPPFLAGS="$CPPFLAGS -DGIT_SHA=\"$GIT_SHA\"" fi -- cgit v1.2.3