diff options
| author | Kalevi Kolttonen <kalevi@kolttonen.fi> | 2026-02-10 23:02:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-03-07 07:51:15 +0000 |
| commit | d7922c3d2391c6db3dac77fa491d53e080162c79 (patch) | |
| tree | d2497febf08e4b63d35d61a35b527400134afb9b /libexec | |
| parent | 3be98a0c86f956604be58a14c6a9bfe2f25af2d8 (diff) | |
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/rc/debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/debug.sh b/libexec/rc/debug.sh index 4284a6e3b5fb..ea46e9a99c0c 100755 --- a/libexec/rc/debug.sh +++ b/libexec/rc/debug.sh @@ -439,7 +439,7 @@ DebugShell() { return 0 } -# For backwards compatability +# For backwards compatibility Debug() { case "${DEBUG_SH:-$DEBUG}" in "") ;; |
