diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/binfmt.sh.in | 1 |
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#*:} |