---
** [tickets:#177] if-shell breaks config file parsing**
**Status:** open
**Created:** Fri Feb 13, 2015 09:44 AM UTC by squirrelpimp
**Last Updated:** Fri Feb 13, 2015 09:44 AM UTC
**Owner:** nobody
Using even a nop-like version of if-shell seems to break parsing of the rest of
the config file. Here's a minimal example:
➜ /tmp$ cat tmux.broken
if-shell '/bin/false' '/bin/true'
set -g detach-on-destroy off
➜ /tmp$ tmux -f /tmp/tmux.broken start-server\; show-options -g | grep
detach
detach-on-destroy on
➜ /tmp$ cat tmux.works
#if-shell '/bin/false' '/bin/true'
set -g detach-on-destroy off
➜ /tmp$ tmux -f /tmp/tmux.works start-server\; show-options -g | grep
detach
detach-on-destroy off
➜ /tmp$
---
Sent from sourceforge.net because tmux-users@lists.sourceforge.net is
subscribed to https://sourceforge.net/p/tmux/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/tmux/admin/tickets/options. Or, if this is a mailing
list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users