diff --git a/master/buildbot/changes/p4poller.py b/master/buildbot/changes/p4poller.py index 255570f0e9f..4dbc56ec083 100644 --- a/master/buildbot/changes/p4poller.py +++ b/master/buildbot/changes/p4poller.py @@ -49,7 +49,7 @@ class P4Source(base.PollingChangeSource, util.ComparableMixin): "p4bin", "pollInterval"] env_vars = ["P4CLIENT", "P4PORT", "P4PASSWD", "P4USER", - "P4CHARSET"] + "P4CHARSET" , "PATH"] changes_line_re = re.compile( r"Change (?P\d+) on \S+ by \S+@\S+ '.*'$")