mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Fix typo in GIT_SHA collection
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user