Properly handle quotes in argument masking 55/21955/1
authorPeter Barabas <peter.barabas@ericsson.com>
Wed, 7 Sep 2016 08:04:56 +0000 (10:04 +0200)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Tue, 20 Sep 2016 21:00:35 +0000 (21:00 +0000)
commit88f508f28e8f63b4fc8d57c50158269507fd5957
treedc0c9d41d5819ec46fd9754df2902b89715d3d01
parentd1dd9f9d570e4fa9cc3be53f9072f12efeb474cd
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>
(cherry picked from commit bddbf2a740b46d1ad763967b8c8662b1877a4d75)
deploy/common.py