Bugfix: tmux quits if 'reattach-to-user-namespace' is not installed

Fixes #9
This commit is contained in:
Bruno Sutic
2014-09-21 16:01:00 +02:00
parent 9beab4784c
commit c908b42f2b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog
### master
- bugfix: prevent exiting tmux if 'reattach-to-user-namespace' is not installed
### v1.1.0, 2014-08-30
- bugfix: determine the default shell from the $SHELL env var on OS X