Export internal PATH variable (RHBZ#1467878).
authorMark Huth <mhuth@redhat.com>
Wed, 5 Jul 2017 11:11:32 +0000 (21:11 +1000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 5 Jul 2017 13:06:57 +0000 (14:06 +0100)
commit90f6be5a33a2c23fffdd86053d37b8db7ae0d6b1
treebf046372141e18aee94c9d063f8466fececfcf60
parent50153230d19401fe47fcfd19d7ca0a2623c1ff09
Export internal PATH variable (RHBZ#1467878).

- Fixes virt-what failing if it's started without an environment, eg:
  $ env -i /sbin/virt-what
  ... or with python subprocess.Popen, eg:
  p = subprocess.Popen('/sbin/virt-what', shell=False, ... , env={})
virt-what.in