mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-08 22:44:27 +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.