Properly strip end-of-option blanks
authorJens Axboe <jens.axboe@oracle.com>
Mon, 8 Dec 2008 13:06:42 +0000 (14:06 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 8 Dec 2008 13:06:42 +0000 (14:06 +0100)
commit43c129b4ff85a7f7f7e0929f9dd73e756e37a2e3
treedf49c2205d8fb8ba9853c7d74d77188b2fcc18fc
parent62a7273db5a50c12b84157ea0c81b8669fd95367
Properly strip end-of-option blanks

We don't want to fail with

option_foo = 0

when

option_foo=0

works.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c