Skip to content

Commit

Permalink
finddisowned: redirect error messages to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 11, 2024
1 parent dba17cd commit 352da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finddisowned
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info() {
}

error() {
info "ERROR: $1"
info "ERROR: $1" 1>&2
}

######################################################################
Expand Down

0 comments on commit 352da14

Please sign in to comment.