mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-11 16:14:28 +01:00
The variable name 'func' is a reserved builtin in gawk, causing errors when running `./task help`. Renamed to 'funcname' to avoid the conflict.