aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authormochaaP <git@mochaa.ws>2022-04-09 17:22:02 +0800
committerMike Frysinger <vapier@gmail.com>2022-04-09 14:36:47 -0400
commit39eb3384f64afb02cbd09bbd17185344834fc801 (patch)
treee88399b0e0db419d4d050fd387c8b8db08152eae /sh
parent82e5478d0e115c409b47cd6532e1b21ab0134de7 (diff)
binfmt: ignore empty lines (#492)
Diffstat (limited to 'sh')
-rw-r--r--sh/binfmt.sh.in1
1 files changed, 1 insertions, 0 deletions
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#*:}