summaryrefslogtreecommitdiffstats
path: root/src/oh-fixperms.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-06 11:18:15 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-06 11:18:15 (EST)
commited2110fe0d90653e68406bdf62b33287a41b82f4 (patch)
tree57557adab107258b88ba4704d2bb43ea144fe9d7 /src/oh-fixperms.sh
parent779336f52b48317bd08b5e667ee2ddb28f372eaa (diff)
src/*.sh: Wrap long lines.
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' \) \