mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
We had used 2>&1 to redirect stderr to stdout so it could be piped
into ts, but commit dd3cdd6ec5 (#17611)
removed ts, so we no longer need the redirection.
Signed-off-by: Anders Kaseorg <anders@zulip.com>