Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Error message itself should also be output to stderr!
Browse files Browse the repository at this point in the history
  • Loading branch information
embray committed Oct 25, 2017
1 parent caf2698 commit 50c1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sage-dist-helpers
Expand Up @@ -79,7 +79,7 @@ sdh_die() {

if [ $ret -ne 0 ]; then
_sdh_hr >&2 '*'
echo "$msg" | fmt -s -w $(_sdh_cols)
echo "$msg" | fmt -s -w $(_sdh_cols) >&2
_sdh_hr >&2 '*'
exit $ret
fi
Expand Down

0 comments on commit 50c1259

Please sign in to comment.