From 0174a27bb2c1a2df4973ffeff7647ef586d227ed Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 19 Jul 2024 15:05:30 -0300 Subject: [PATCH] Remove another case of 'set +x' --- libexec/sourcezap/commands/sourcezap-pull | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/sourcezap/commands/sourcezap-pull b/libexec/sourcezap/commands/sourcezap-pull index a42ae77..7285db6 100755 --- a/libexec/sourcezap/commands/sourcezap-pull +++ b/libexec/sourcezap/commands/sourcezap-pull @@ -25,7 +25,6 @@ if ! "${libexec}"/utils/issourcezap-member > /dev/null 2>&1; then fi if [ ! -e "${gitdir}/.git" ]; then - set +x printerr "try 'sourcezap clone' instead" exit 1 fi