HomeFreeBSD

Fix comment parsing in interp_simple.c

Description

Fix comment parsing in interp_simple.c

loader.rc has comment lines without a trailing space, which get
interpreted as commands. Avoid this by only matching against the
backslash character.

Reviewed by: imp, tsoome
Differential Revision: https://reviews.freebsd.org/D20491

Details

Provenance
bcranAuthored on
Reviewer
imp
Differential Revision
D20491: Fix comment parsing in interp_simple.c
Parents
rS348498: libatf: remove workaround not required after atf >= 0.18 update
Branches
Unknown
Tags
Unknown