Commit 42e9d18
fix(plymouth): hide dpkg-architecture stderr messages
dpkg-architecture prints warnings and errors to stderr. If the system does
not have gcc installed, it issues a warning:
dpkg-architecture: warning: cannot determine CC system type, falling back to default (native compilation)
This fix checks only the value of the queried variable.1 parent 7011229 commit 42e9d18
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments