summary refs log tree commit diff
path: root/pkgs/test/make-wrapper
Commit message (Collapse)AuthorAge
* makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier2022-05-30
|
* makeWrapper: Don't glob in prefix/suffixtalyz2022-02-12
| | | | | | | | 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.
* tests: Add test for makeWrappertalyz2022-02-02
Co-authored-by: Janne Heß <janne@hess.ooo>