binfmt: ignore empty lines (#492)

This commit is contained in:
mochaaP 2022-04-09 17:22:02 +08:00 committed by Mike Frysinger
parent 82e5478d0e
commit 39eb3384f6
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ apply_file() {
case $line in
\#*) continue ;;
\;*) continue ;;
'') continue ;;
esac
local reg=${line#*:}