Make slightly more involved changes to make shellcheck happy.
- 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)
Showing
- archrelease.in 2 additions, 2 deletionsarchrelease.in
- commitpkg.in 2 additions, 2 deletionscommitpkg.in
- find-libdeps.in 1 addition, 1 deletionfind-libdeps.in
- finddeps.in 1 addition, 1 deletionfinddeps.in
- lddd.in 2 additions, 2 deletionslddd.in
- lib/common.sh 9 additions, 6 deletionslib/common.sh
- rebuildpkgs.in 3 additions, 3 deletionsrebuildpkgs.in
Loading
Please register or sign in to comment