Bug 366701

Summary: os-release id_like invalid
Product: [KDE Neon] neon Reporter: Harald Sitter <sitter>
Component: generalAssignee: Jonathan Riddell <jr>
Status: RESOLVED FIXED    
Severity: major CC: jr, neon-bugs-null, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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