set +x before we call perform_(update|install)
This commit is contained in:
parent
a9f8daac78
commit
6092eff441
1 changed files with 1 additions and 1 deletions
|
@ -86,11 +86,11 @@ umask ${mode}
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
run_install "-d" "${installdir}"
|
run_install "-d" "${installdir}"
|
||||||
chmod ${mode} "${installdir}"
|
chmod ${mode} "${installdir}"
|
||||||
|
set +x
|
||||||
if [ -e "${revfile}" ]; then
|
if [ -e "${revfile}" ]; then
|
||||||
perform_update
|
perform_update
|
||||||
else
|
else
|
||||||
perform_install
|
perform_install
|
||||||
fi
|
fi
|
||||||
"${libexec}"/utils/git-rev "${gitdir}" > "${revfile}"
|
"${libexec}"/utils/git-rev "${gitdir}" > "${revfile}"
|
||||||
set +x
|
|
||||||
printok "install complete"
|
printok "install complete"
|
||||||
|
|
Loading…
Reference in a new issue