diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-25 09:22:20 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-25 09:22:20 +0000 |
commit | 3e0d31c4e9a40571de2fe1d1dd66cc2cac04d5c9 (patch) | |
tree | c26a84e00b59085fded806e11cf2c84da526136f /tmux.c | |
parent | 4acc8d0ff5d99fadd1ef91a3898f561dec5adfb7 (diff) | |
parent | 3faa51a0caebb56746988ae7f5e9e9f649dc42b6 (diff) | |
download | rtmux-3e0d31c4e9a40571de2fe1d1dd66cc2cac04d5c9.tar.gz rtmux-3e0d31c4e9a40571de2fe1d1dd66cc2cac04d5c9.tar.bz2 rtmux-3e0d31c4e9a40571de2fe1d1dd66cc2cac04d5c9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -131,8 +131,6 @@ makesocketpath(const char *label) uid = getuid(); if ((s = getenv("TMUX_TMPDIR")) != NULL && *s != '\0') xsnprintf(base, sizeof base, "%s/tmux-%u", s, uid); - else if ((s = getenv("TMPDIR")) != NULL && *s != '\0') - xsnprintf(base, sizeof base, "%s/tmux-%u", s, uid); else xsnprintf(base, sizeof base, "%s/tmux-%u", _PATH_TMP, uid); |