-
由 Rusty Russell 提交于
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: NArthur Gautier <baloo@gandi.net> Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
b9cc4489