common/hooks: delta creation: don't hide stderr
This commit is contained in:
parent
e8d0b810b1
commit
b317e8ff03
|
@ -5,7 +5,7 @@ hook() {
|
||||||
|
|
||||||
# create links to preserve old versions of repodata
|
# create links to preserve old versions of repodata
|
||||||
find $XBPS_REPOSITORY -name '*-repodata' | while read; do
|
find $XBPS_REPOSITORY -name '*-repodata' | while read; do
|
||||||
rm "${REPLY}.genVcdiff" 2> /dev/null
|
rm "${REPLY}.genVcdiff"
|
||||||
cp "${REPLY}" "${REPLY}.genVcdiff"
|
cp "${REPLY}" "${REPLY}.genVcdiff"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue