Files
nixpkgs/pkgs/test
talyz 183147a037 makeWrapper: Don't glob in prefix/suffix
Disable file globbing in --prefix/--suffix, since bash will otherwise
try to find filenames matching the the value to be prefixed/suffixed
if it contains characters considered wildcards, such as `?` and
`*`. We want the value as is, except we also want to split it on on
the separator; hence we can't quote it.
2022-02-12 11:03:32 +01:00
..
2022-01-20 02:58:47 +01:00
2022-02-02 20:08:26 +01:00