This commit is contained in:
parent
17d4e0f637
commit
2ec8592058
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ commit=$3
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
cd "${repodir}"
|
cd "${repodir}"
|
||||||
files=$("${libexec}"/scripts/git/get-removed-files "${repodir}" "${commit}")
|
files=$("${libexec}"/scripts/git-get-removed-files "${repodir}" "${commit}")
|
||||||
for file in ${files}; do
|
for file in ${files}; do
|
||||||
target="${installdir}/${file}"
|
target="${installdir}/${file}"
|
||||||
parent=$(dirname "${target}")
|
parent=$(dirname "${target}")
|
||||||
|
|
Loading…
Reference in a new issue