CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/29 17:26:52
Modified files:
usr.bin/tmux : format.c
Log message:
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.
