From 15096110a524f9d3c3ed9b84555c2074e4353f5a Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 May 2024 23:11:56 -0300 Subject: [PATCH] Remove unnecessary 'set +x' --- libexec/sourcezap/sourcezap-setbranch | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/sourcezap/sourcezap-setbranch b/libexec/sourcezap/sourcezap-setbranch index 63c7f0f..b96adc5 100644 --- a/libexec/sourcezap/sourcezap-setbranch +++ b/libexec/sourcezap/sourcezap-setbranch @@ -26,7 +26,6 @@ if ! "${libexec}"/issourcezap-member; then fi if [ ! -e "${gitdir}/.git" ]; then - set +x echo "[x] ${gitdir} is not a valid git repository." echo "[x] Try 'sourcezap clone'" exit 1