---

** [tickets:#146] show-option -q does not set proper exit code**

**Status:** open
**Created:** Sat Aug 02, 2014 07:16 PM UTC by Bruno Sutic
**Last Updated:** Sat Aug 02, 2014 07:16 PM UTC
**Owner:** nobody

Steps to reproduce:

    $ tmux show -g foo
    unknown option: foo
    $ echo $?
    1            # so far so good
    $ tmux show -gq foo
    $ echo $?
    0            # not good, command exit code should be 1, as in the previous 
command


---

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.
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to