1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

rc.subr(8): fix debugging message after previous commit

Fixes:		32a579e4fc
This commit is contained in:
Eugene Grosbein 2024-06-03 02:41:10 +07:00
parent 32a579e4fc
commit c2db3a0c7d

View File

@ -1658,7 +1658,7 @@ _run_rc_offcmd()
if [ -n "$_env" ]; then
eval "export -- $_env"
fi
debug "run_rc_command: ${rc_arg}_offcmd: $_offcmd $rc_extra_args"
debug "run_rc_command: ${name}_offcmd: $_offcmd $rc_extra_args"
eval "$_offcmd $rc_extra_args"
_return=$?
fi