From ed2110fe0d90653e68406bdf62b33287a41b82f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 06 Mar 2014 11:18:15 -0500 Subject: src/*.sh: Wrap long lines. --- (limited to 'src/oh-fixperms.sh') 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' \) \ -- cgit v0.9.1