Loading
sudo: backport fix for missing newlines
Pull upstream fix for https://bugzilla.sudo.ws/show_bug.cgi?id=1057. Otherwise `sudo` breaks newlines for `stderr` as: $ { sudo printf "a\nb\nc\n" >&2; } |& nl 1 a 2 b 3 c
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Pull upstream fix for https://bugzilla.sudo.ws/show_bug.cgi?id=1057. Otherwise `sudo` breaks newlines for `stderr` as: $ { sudo printf "a\nb\nc\n" >&2; } |& nl 1 a 2 b 3 c