1
1
Fork 0

fish: Remove MAKEFLAGS for pkg_chk

This commit is contained in:
Jonathan Schleifer 2020-02-08 21:51:38 +00:00
parent 3e8370b34b
commit 9cbbdd4072

View file

@ -0,0 +1,4 @@
function pkg_chk
set -lx MAKEFLAGS
command pkg_chk $argv
end