Properly handle quotes in argument masking 35/20535/1
authorPeter Barabas <peter.barabas@ericsson.com>
Wed, 7 Sep 2016 08:04:56 +0000 (10:04 +0200)
committerPeter Barabas <peter.barabas@ericsson.com>
Wed, 7 Sep 2016 08:04:56 +0000 (10:04 +0200)
commitbddbf2a740b46d1ad763967b8c8662b1877a4d75
treedfb2f9a64eb6d89f2802517611fa67dd266dab1a
parentbc437743bf7d775b78af83d651b45e6baf9ccf47
Properly handle quotes in argument masking

Use shlex to parse the command line, thus handling quotes and other
special characters.

Change-Id: Icc3a2cd934aac8f67e07d967f76c7679bcb34996
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
deploy/common.py