Remove another case of 'set +x'

This commit is contained in:
0x1eef 2024-07-19 15:05:30 -03:00
parent d344673f66
commit 0174a27bb2

View file

@ -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