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