From: Rusty Russell Date: Wed, 15 Apr 2015 03:53:48 +0000 (+0930) Subject: params: handle quotes properly for values not of form foo="bar". X-Git-Tag: omap-for-v4.1/fixes-rc1~54^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cc4489c68de59f7a38ef4e02a9829465a6a544;p=pandora-kernel.git 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: Arthur Gautier Signed-off-by: Rusty Russell --- Reading git-diff-tree failed