Skip to content

*/*: use $(...) notation instead of legacy backticked `...`

Sertonix requested to merge sertonix/aports:backtick into master

This has been done automatically with shellcheck:

shellcheck -s ash -i SC2006 -f diff -- */*/APKBUILD | git apply

SC2006

This has only been applied to APKBUILD files. More would possible but may not be that reliable:

shellcheck -s ash -i SC2006 -f diff -- */*/*.initd */*/*.confd $(grep "#!/bin/sh" * -rl | grep -v .patch | grep -v README) | git apply

Merge request reports