Set PATH explicitly, either from client or session
authornicm <nicm@openbsd.org>
Thu, 17 Apr 2014 13:02:59 +0000 (13:02 +0000)
committernicm <nicm@openbsd.org>
Thu, 17 Apr 2014 13:02:59 +0000 (13:02 +0000)
commit1a0db3015ea731ed484e4af0811ff30aef5f77dc
treed4cc69063d740f9490fc4436cd841487c5c2d569
parent2af83d34e9af0d1c5d74530fa42afe686740c2ee
Set PATH explicitly, either from client or session
environment. Previously it came from the session environment. From J
Raynor.
usr.bin/tmux/cmd-new-session.c
usr.bin/tmux/cmd-new-window.c
usr.bin/tmux/cmd-respawn-pane.c
usr.bin/tmux/cmd-respawn-window.c
usr.bin/tmux/cmd-split-window.c
usr.bin/tmux/session.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c