about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline/write-execline.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/execline: use -W instead of EXECLINE_STRICTProfpatsch2019-12-081-2/+1
| | | | | | EXECLINE_STRICT does not apply to the `execlineb` command itself, so we don’t get any errors if the nesting is incorrect. `-W` does set it for `execlineb` however.
* pkgs/profpatsch/write-exeline: fix ./escape.nix importProfpatsch2019-11-021-1/+1
|
* pkgs/profpatsch: writeExecline, writeExeclineLocalProfpatsch2019-10-021-0/+18
similar to writeScript, but writes an execline instead. Should be upstreams to `lib.writers` sometimes.