Skip to content
Snippets Groups Projects
Commit 5c852109 authored by bjorn3's avatar bjorn3
Browse files

Fix the format of /etc/os-release

The os-release crate can't handle parsing the current format, and the
python example on the /etc/os-release man page suggests that it is
invalid to have a space before the equal sign.
parent 000f0c45
No related branches found
No related tags found
1 merge request!1420Fix the format of /etc/os-release
......@@ -40,8 +40,8 @@ redox
[[files]]
path = "/usr/lib/os-release"
data = """
PRETTY_NAME = "Redox OS 0.8.0"
NAME = "Redox OS"
PRETTY_NAME="Redox OS 0.8.0"
NAME="Redox OS"
VERSION_ID="0.8.0"
VERSION="0.8.0"
ID="redox-os"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment