common/hooks: delta creation: don't hide stderr

This commit is contained in:
Enno Boland 2014-08-13 22:22:38 +02:00
parent e8d0b810b1
commit b317e8ff03

View file

@ -5,7 +5,7 @@ hook() {
# create links to preserve old versions of repodata
find $XBPS_REPOSITORY -name '*-repodata' | while read; do
rm "${REPLY}.genVcdiff" 2> /dev/null
rm "${REPLY}.genVcdiff"
cp "${REPLY}" "${REPLY}.genVcdiff"
done
}