diff --git a/os_tools/freebsd/rc_conf.anubis b/os_tools/freebsd/rc_conf.anubis index 6a5c6ef..c0a7ea2 100644 --- a/os_tools/freebsd/rc_conf.anubis +++ b/os_tools/freebsd/rc_conf.anubis @@ -133,9 +133,9 @@ define RC_conf_entry extract_value ( String name, - String left_line + String line )= - with left_line = trim(left_line), + with left_line = trim(line), with result = split_by_token(left_line, '\"'), if result is { -- libgit2 0.21.4