Re: [PATCH v9 1/8] lib/cmdline.c: remove quotes symmetrically

2017-12-15 Thread Michal Suchánek
On Wed, 15 Nov 2017 20:46:56 +0530 Hari Bathini wrote: > From: Michal Suchanek > > Remove quotes from argument value only if there is qoute on both > sides. > > Signed-off-by: Michal Suchanek > --- > lib/cmdline.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff

[PATCH v9 1/8] lib/cmdline.c: remove quotes symmetrically

2017-11-15 Thread Hari Bathini
From: Michal Suchanek Remove quotes from argument value only if there is qoute on both sides. Signed-off-by: Michal Suchanek --- lib/cmdline.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/cmdline.c b/lib/cmdline.c index 171c19b..6d398a8 100644 --- a/lib/