diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr --- a/libexec/rc/rc.subr +++ b/libexec/rc/rc.subr @@ -2782,6 +2782,6 @@ return $_rc } fi -if ! have save_dot; then +if ! have safe_dot; then safe_dot() { dot "$@"; } fi