diff --git a/libexec/sourcezap/commands/sourcezap-install b/libexec/sourcezap/commands/sourcezap-install index e03e50f..a82006d 100755 --- a/libexec/sourcezap/commands/sourcezap-install +++ b/libexec/sourcezap/commands/sourcezap-install @@ -86,11 +86,11 @@ umask ${mode} cd "${gitdir}" run_install "-d" "${installdir}" chmod ${mode} "${installdir}" +set +x if [ -e "${revfile}" ]; then perform_update else perform_install fi "${libexec}"/utils/git-rev "${gitdir}" > "${revfile}" -set +x printok "install complete"