Skip to content

Commit 8c61fb6

Browse files
Add a todo for misaligned stdout/stderr
1 parent 1783149 commit 8c61fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packcheck.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ require_cmd () {
101101

102102
# $1: command
103103
function run_verbose() {
104+
# XXX redirecting to stderr leads to misaligned output because stdout and
105+
# stdin are printed at different times.
104106
echo "$*" 1>&2
105107
bash -c "$*"
106108
}

0 commit comments

Comments
 (0)