Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't consume stderr in
merge-squashfs
Part of nerves-project/nerves#877 for adding more useful output during the firmware build process. nerves-project/nerves#876 shows cases where `mix firmware` fails to build. In reproducing, I found that `merge-squashfs` was failing silently. Specifically at this line because `2>/dev/null` was forwarding stderr to be ignored. Instead, this changes to let stderr through so more helpful messages can be reviewed
- Loading branch information