diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-11-16 16:05:07 +0100 |
---|---|---|
committer | Valentin Rothberg <vrothberg@suse.com> | 2018-11-16 16:05:07 +0100 |
commit | 780b790415f94ea41ef70bd97828ecb92a4f06d1 (patch) | |
tree | 57c9884a23aedfc95ddb05fccc456d6b791b24e9 /vendor.conf | |
parent | 43de95df34a88d2ded4b62ab0c1763a33acac07e (diff) | |
download | podman-780b790415f94ea41ef70bd97828ecb92a4f06d1.tar.gz podman-780b790415f94ea41ef70bd97828ecb92a4f06d1.tar.bz2 podman-780b790415f94ea41ef70bd97828ecb92a4f06d1.zip |
runlabel: use shlex for splitting commands
Use github.com/google/shlex for splitting commands instead of splitting
at whitespaces. This way, we avoid accidentally splitting single string
arguments into mutliple ones.
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.conf b/vendor.conf index a16975bf9..c8e968648 100644 --- a/vendor.conf +++ b/vendor.conf @@ -99,3 +99,4 @@ github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 +github.com/google/shlex c34317bd91bf98fab745d77b03933cf8769299fe |