Skip to content
Snippets Groups Projects
Kevin Daudt's avatar
Kevin Daudt authored
Posix shell can do a lot of things, but there is no native way to change
the case of a string. Some packages require this functionality, and they
use `tr` in a subshell to achieve that.

In the global scope of APKBUILDs we want to avoid exec in the global
scope. By providing helper functions, we can avoid this.

The functions only handle the basic ascii letters, which should suffice
for the usecases that are needed in APKBUILD files.
1e3c825b
History
Name Last commit Last update
..