From nobody Mon Feb 23 08:32:54 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fKDd21y83z6Ss13 for ; Mon, 23 Feb 2026 08:32:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fKDd21RPGz3l62 for ; Mon, 23 Feb 2026 08:32:54 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771835574; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Jo1BERWZvVWtX7dUwanWqwmTkGDCbYzaZZIXja9+cCs=; b=lvSQ4nOfxhWeRkpwmO3tQqXDx2+r5SjOYff6iV4KbIVrOGPWc7yobAYMMd1EgDKG767HBB Ci654x2PAJ0qOhsCu7EV4fEJsrKg72lrDUzcpKoQhofou+VzJmL40mf0PxXFmU+0YIR6JX TyVxZ/K/cJgXw5QYLSkiKtLpSoFOH8UH3DHITMaVH9CxB503ikpnJUI6QeSwVxPdyQJDqZ 3ZwAkiNXmRF/aaMYRaDc6xuKkPoyHWvOtyDNqq63EI3kv+gUZ75JdVmsOcQK361VqpAKwk IXCGMvomB+EaQvvkksMsIKkJXkGbFRfTK7eIYH8Z78cmTXGv3LBCR3cgviBZ3w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771835574; a=rsa-sha256; cv=none; b=FFIQPwoesFjZqRFVA5r1ean0bEgI4ZMWogbhmQAW55AtMlOQJ4hIH3P6IHgQq2rBfSN4nW 92pbHd0VseGKttwNQeJ97camBAp/nFV0x4kM8lX2jVvYvslYeuquKeS/E0nn+lloPIGtzj ZJaticoMMnLr0kkVwpSgLGhP2JwZIrPCfvij+i39ZXJBy12OUEsvuaEmM3kvZPvULc46nl 0gla2PxeX/qdECz6z523JzyzOYHOadMkCFiBouhgxB4DC7LvreEXPDlhIa4HRI/z95ZHDu EJxdTYs263rko4yxRJtY0mVxuGj9Yl7cba1LjRWu/wYPRIlxRUFiJlJvB+Nv4g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771835574; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Jo1BERWZvVWtX7dUwanWqwmTkGDCbYzaZZIXja9+cCs=; b=u+NK/ainWxjOUkfWwH/fc7CngAfDFOZ2I8Hr6boaCimSZAInD4ddMqvD6o9N0x223QSjZK zwNA1G8LQmY70Wqe8/rWdTKIlXwnkvNOg9EnLr6Pt/2RGXLu/aPlNuUt0iQ7QgS8uppra7 2nuBBfV9Bn68LqlZoOlJ2FQvd4DSx8gomy34bcN7nAFAsthpYopYXieh93VtHuNV6MT4ZD D8K2E8dLgyym+1F/+Vsqr6lf1Lt5VdFnKvxff4BsHmEQKjoh/LihX/wSyRXBViLvqKJbkx MP0yrRWvRCHTsEngJT/WcDuIGDJRjhNCk+lWcHqICeBcyVn0KOmw/dRy/OO4Kw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fKDd20tVLz6Yl for ; Mon, 23 Feb 2026 08:32:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 211d3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 23 Feb 2026 08:32:54 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Artem Bunichev From: Alexander Ziaee Subject: git: ab835b37075e - main - debug.sh: Fix a typo List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab835b37075e6478ef82f8c807a2335f5d19edaf Auto-Submitted: auto-generated Date: Mon, 23 Feb 2026 08:32:54 +0000 Message-Id: <699c10b6.211d3.4a3957ad@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=ab835b37075e6478ef82f8c807a2335f5d19edaf commit ab835b37075e6478ef82f8c807a2335f5d19edaf Author: Artem Bunichev AuthorDate: 2026-02-23 08:31:31 +0000 Commit: Alexander Ziaee CommitDate: 2026-02-23 08:31:34 +0000 debug.sh: Fix a typo MFC after: 3 days Reviewed by: emaste, guest-seuros, sjg, ziaee Differential Revision: https://reviews.freebsd.org/D55416 --- libexec/rc/debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/debug.sh b/libexec/rc/debug.sh index 739c81a709f6..4284a6e3b5fb 100755 --- a/libexec/rc/debug.sh +++ b/libexec/rc/debug.sh @@ -201,7 +201,7 @@ _debugOn() { DEBUG_DO= DEBUG_SKIP=: DEBUG_X=-x - # do this firt to reduce noise + # do this first to reduce noise case ",$DEBUG_SH," in *,$1:debug_add:*) _debugAdd $1;; *,$2:debug_add:*) _debugAdd $2;;