configs  Check-in [ff4b2a1bdc]

Overview
Comment:fish: Remove MAKEFLAGS for pkg_chk
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ff4b2a1bdcac734e9cd6acc1101a3cdea91ec322743a0b8cb32822e3f845425e
User & Date: js on 2020-02-08 21:51:38
Other Links: manifest | tags
Context
2020-02-12
21:54
prompt_pwd.fish: Keep the initial / for dirs in / check-in: 9fabec2218 user: js tags: trunk
2020-02-08
21:51
fish: Remove MAKEFLAGS for pkg_chk check-in: ff4b2a1bdc user: js tags: trunk
18:07
fish: Add gpg-ssh commands check-in: 99fc4ada89 user: js tags: trunk
Changes

Added config/fish/functions/pkg_chk.fish version [0bce235ea1].









>
>
>
>
1
2
3
4
function pkg_chk
	set -lx MAKEFLAGS
	command pkg_chk $argv
end