Bug 366701 - os-release id_like invalid
Summary: os-release id_like invalid
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Jonathan Riddell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-12 13:50 UTC by Harald Sitter
Modified: 2016-08-12 13:53 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Sitter 2016-08-12 13:50:08 UTC
> [15:32] <juliank> sitter: Some more stuff, use line.split("=", 1) in case there are multiple = - Your ID_LIKE use does not match the spec/manpage: ID_LIKE should be ID_LIKE="ubuntu debian", not unquoted.
> [15:33] <juliank> Relevant quotes: (1) Variable assignment values must be enclosed in double or single quotes if they include spaces
> [15:33] <juliank> (2) Example: for an operating system with "ID=centos", an assignment of "ID_LIKE="rhel fedora"" would be appropriate

i.e. needs changing to ID_LIKE="ubuntu debian"

Reproducible: Always