mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
utils/shfmt.sh: redirect differences to stderr
This commit is contained in:
@@ -371,7 +371,7 @@ format() {
|
||||
cp -af "${tempfile}" "${file}"
|
||||
else
|
||||
# Show differences
|
||||
"${DIFF}" "${DIFF_ARGS[@]}" "${file}" "${tempfile}"
|
||||
"${DIFF}" "${DIFF_ARGS[@]}" "${file}" "${tempfile}" 1>&2
|
||||
fi
|
||||
return 4
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user