From 2e4a1926569d2b8a3b65937fb5e47c6ed6b22ba1 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 23 May 2024 00:19:40 -0300 Subject: [PATCH] set +x before printok --- libexec/portzap/commands/portzap-install | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/portzap/commands/portzap-install b/libexec/portzap/commands/portzap-install index d405a55..5b5aec8 100755 --- a/libexec/portzap/commands/portzap-install +++ b/libexec/portzap/commands/portzap-install @@ -86,4 +86,5 @@ else perform_install fi "${libexec}"/utils/git-rev "${gitdir}" > "${revfile}" +set +x printok "install complete"