1
1
Fork 0
configs/fish/functions/pkg_chk.fish

4 lines
69 B
Fish

function pkg_chk
set -lx MAKEFLAGS
command pkg_chk $argv
end