From 39eb3384f64afb02cbd09bbd17185344834fc801 Mon Sep 17 00:00:00 2001 From: mochaaP Date: Sat, 9 Apr 2022 17:22:02 +0800 Subject: [PATCH] binfmt: ignore empty lines (#492) --- sh/binfmt.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/binfmt.sh.in b/sh/binfmt.sh.in index 208d2062..af5bb05f 100644 --- a/sh/binfmt.sh.in +++ b/sh/binfmt.sh.in @@ -27,6 +27,7 @@ apply_file() { case $line in \#*) continue ;; \;*) continue ;; + '') continue ;; esac local reg=${line#*:}