Remove unnecessary 'set +x'
This commit is contained in:
parent
25b305a8fd
commit
15096110a5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue