Skip to content
Commit b9cc4489 authored by Rusty Russell's avatar Rusty Russell
Browse files

params: handle quotes properly for values not of form foo="bar".



When starting kernel with arguments like:
  init=/bin/sh -c "echo arguments"
the trailing double quote is not removed which results in following command
being executed:
  /bin/sh -c 'echo arguments"'

Reported-by: default avatarArthur Gautier <baloo@gandi.net>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent e5d8f59a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment