commit | 2a8c2648f0375994715b2fea9de144b15c9588a2 | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri May 29 23:26:52 2015 +0000 |
committer | nicm <nicm> | Fri May 29 23:26:52 2015 +0000 |
tree | fc300e7233b3430757e3c3b5a836e8e7552d50de | |
parent | 74c755f2aba6402f9ec51fc6b4b61560884af46d [diff] |
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.