configs  Artifact [176b668a6a]

Artifact 176b668a6ae185da7419e5594f36881c6967595010fc6d7077100766cc3798b2:

  • File config/fish/functions/url2pkg.fish — part of check-in [bed5a23ae3] at 2020-02-19 21:46:19 on branch trunk — Consistent indenting for .fish files (user: js size: 112)
  • File fish/functions/url2pkg.fish — part of check-in [24d2eb82f0] at 2020-02-20 22:07:34 on branch trunk — Remove useless config subdirectory (user: js size: 112)

# pkgsrc does not like MAKEFLAGS being set
function url2pkg
    set -lx MAKEFLAGS
    command url2pkg $argv
end