summaryrefslogtreecommitdiff
path: root/pkgs/test/make-wrapper (follow)
Commit message (Expand)AuthorAgeFilesLines
* makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier2022-05-301-5/+5
* 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. talyz2022-02-121-0/+3
* tests: Add test for makeWrapper•••Co-authored-by: Janne Heß <janne@hess.ooo> talyz2022-02-021-0/+136