Skip to content

main/ca-certificates: fix shellcheck warning

Natanael Copa requested to merge ncopa/aports:ca-certificates-shellcheck into master

Fix shellcheck errors:

In APKBUILD line 36: for i in $(ls *.crt | sort); do ^------^ SC2012 (info): Use find instead of ls to better handle non-alphanumeric filenames. ^-- SC2035 (info): Use ./glob or -- glob so names with dashes won't become options.

Merge request reports