summaryrefslogtreecommitdiffstats
path: root/src/oh-fixperms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-fixperms.sh')
-rw-r--r--src/oh-fixperms.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oh-fixperms.sh b/src/oh-fixperms.sh
index 42a1e74..f9ad522 100644
--- a/src/oh-fixperms.sh
+++ b/src/oh-fixperms.sh
@@ -44,8 +44,8 @@ main()
find "${dir}" \
-exec 'chown' '-h' '0:0' '{}' ';'
- # Ensure that shared libraries, static libraries, and libtool archives have
- # a rw-r--r-- mode.
+ # Ensure that shared libraries, static libraries, and libtool archives
+ # have a rw-r--r-- mode.
oh_info "$(oh_get_msg 'chmod_lib')"
find "${dir}" -type f -a ! -perm 644 \
-a \( -name '*.so*' -o -name '*.a' -o -name '*.la' \) \