params: handle quotes properly for values not of form foo="bar".
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 15 Apr 2015 03:53:48 +0000 (13:23 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 15 Apr 2015 04:01:23 +0000 (13:31 +0930)
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: Arthur Gautier <baloo@gandi.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/params.c

diff --cc kernel/params.c
Simple merge