aboutsummaryrefslogtreecommitdiff
path: root/build_odin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_odin.sh')
-rwxr-xr-xbuild_odin.sh2
1 files changed, 1 insertions, 1 deletions
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