| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | makeWrapper,makeBinaryWrapper: implement `--append-flags` | Naïm Favier | 2022-05-30 | 1 | -5/+5 |
| | | |||||
| * | makeWrapper: Don't glob in prefix/suffix | talyz | 2022-02-12 | 1 | -0/+3 |
| | | | | | | | | | 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 makeWrapper | talyz | 2022-02-02 | 1 | -0/+136 |
| Co-authored-by: Janne Heß <janne@hess.ooo> | |||||
