CentOS / sig-atomic-buildscripts

73 stars 65 forks source link

ci: Don't chmod symlinks #355

Closed jlebon closed 6 years ago

jlebon commented 6 years ago

Either the symlink is broken and chmod will complain, or the symlink works and points to within the root dir passed to find and so will be caught anyway. (This then makes sure we also don't somehow chmod a target outside the root dir we care about).