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