Skip to content

Commit

Permalink
fix(i18n): silence spurious setfont stderr warning
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Dykstra <[email protected]>
  • Loading branch information
LaszloGombos and zdykstra committed Mar 22, 2024
1 parent 4980bad commit 7224d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/10i18n/console_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set_font() {
setfont "${FONT-${DEFAULT_FONT}}" \
-C "${1}" \
${FONT_MAP:+-m "${FONT_MAP}"} \
${FONT_UNIMAP:+-u "${FONT_UNIMAP}"}
${FONT_UNIMAP:+-u "${FONT_UNIMAP}"} 2> /dev/null
}

dev_close() {
Expand Down

0 comments on commit 7224d35

Please sign in to comment.