Skip to content

refactor(apkbuild-lint): use literal tab instead of \t for portability

Leo requested to merge portability into master

\t is specific to GNU grep's PCRE (-P), which is not available in busybox's grep

Merge request reports