Don't use special strings if #() commands fail, just remove the format
authornicm <nicm@openbsd.org>
Fri, 29 May 2015 23:26:52 +0000 (23:26 +0000)
committernicm <nicm@openbsd.org>
Fri, 29 May 2015 23:26:52 +0000 (23:26 +0000)
commit55fe9c670149cb9248bfe1d944904f2157400c36
tree278b40567ce3f0806acc118071a47f1e6cd4e0ca
parent96913641e5bf4e4041fd6f6a147812b5d66673f2
Don't use special strings if #() commands fail, just remove the format
(as if the command produced nothing). Makes constructions that can fail
like '#(test whatever && echo foo)' work as they did before.
usr.bin/tmux/format.c