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