Fix unneeded chmod of files on mirrors. releng ticket 6421

This commit is contained in:
Kevin Fenzi 2016-05-21 16:15:04 +00:00
parent 5a60293a3b
commit d0a046d431
3 changed files with 5 additions and 5 deletions

View file

@ -17,6 +17,6 @@ if diff $TMPFILE fullfiletimelist > /dev/null; then
rm -f $TMPFILE
else
mv $TMPFILE fullfiletimelist
chmod 0644 fullfiletimelist
fi
chmod 0644 fullfiletimelist
popd > /dev/null