Skip to content

Commit

Permalink
Redirect standard error, too. #1430
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 7, 2024
1 parent cd62260 commit 27dbf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm-post-wrapper/rpm-post-wrapper/rpm-post-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ STATUS="${WORK}/status"
# put the exit code into $EXITED.

(((( \
"${SCRIPT}" "$@" || echo $? >&3 ; \
"${SCRIPT}" "$@" 2>&1 || echo $? >&3 ; \
echo $? >&3 \
) \
| tee "${LOG}" >&4) 3>&1) \
Expand Down

0 comments on commit 27dbf54

Please sign in to comment.