I put `2>&1` in the wrong order (should be `1>&2`)... Now the errors are swallowed (put into variable instead of being printed to the user).