-
Luke Shumaker authored
- Use `read -r` instead of other forms of read or looping - Use arrays instead of strings with whitespaces. - In one instance, use ${var%%.*} instead of $(echo $var|cut -f. -d1)
Luke Shumaker authored- Use `read -r` instead of other forms of read or looping - Use arrays instead of strings with whitespaces. - In one instance, use ${var%%.*} instead of $(echo $var|cut -f. -d1)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
find-libdeps.in 2.20 KiB