]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: fix regression passing command with virt-login-shell
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 27 Sep 2019 16:18:24 +0000 (17:18 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 30 Sep 2019 11:08:30 +0000 (12:08 +0100)
commitf4e1ef9d395c731b40a14de985dc668555b60db4
tree870c40c211d006b8a3236036113606a3c123c3f9
parent0ad9f12e75ad40d9e36b70b844a5bbc7322e4588
tools: fix regression passing command with virt-login-shell

It is documented that a command to run inside the container can be
passed with the -c arg.

  virt-login-shell -c "ls -l /"

This fixes

  commit 4feeb2d986b98013ebfb1d41ab6b9007b6cce6e2
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Aug 1 10:58:31 2019 +0100

    tools: split virt-login-shell into two binaries

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
cfg.mk
tools/virt-login-shell.c