Skip to content

Commit 1f56aea

Browse files
committed
board/common: fix missing quote in generated /etc/os-release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 49970b6 commit 1f56aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/common/post-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cat <<-EOF >"${TARGET_DIR}/etc/os-release"
2828
PRETTY_NAME="$tagline $VERSION"
2929
ID_LIKE="buildroot"
3030
VERSION="${VERSION}"
31-
VERSION_ID=${VERSION}"
31+
VERSION_ID="${VERSION}"
3232
BUILD_ID="${GIT_VERSION}"
3333
HOME_URL="https://github.com/kernelkit/curios"
3434
VENDOR_NAME="KernelKit"

0 commit comments

Comments
 (0)