diff --git a/libexec/portzap/commands/portzap-clone b/libexec/portzap/commands/portzap-clone index b853359..2715121 100755 --- a/libexec/portzap/commands/portzap-clone +++ b/libexec/portzap/commands/portzap-clone @@ -46,5 +46,6 @@ gitexec "clone ${giturl} ${gitdir}" cd "${gitdir}" gitexec "config core.filemode off" set +x -gitexec "checkout -t origin/${branch}" +set +e +gitexec "checkout -t origin/${branch} > /dev/null 2>&1" printok "clone complete"