Fix a bug in command line option parsing code
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 29 Nov 2011 12:30:46 +0000 (14:30 +0200)
committerIustin Pop <iustin@google.com>
Wed, 30 Nov 2011 09:37:06 +0000 (10:37 +0100)
commit997f690f2965538101eb012ca06b2a4381342359
treeaebb3111ae4938d7a52bdcd1d2c75a9f5039eeb8
parent1730d4a1ab56ef36d082b614d3d0ab13f3e14a85
Fix a bug in command line option parsing code

Fix bug affecting command line options of "keyval" type. Although
escaping commands with \ is supported, it is is not applied to the
input recursively.

Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/utils/text.py