summaryrefslogtreecommitdiff
path: root/components/run_command.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-2/+1
| | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary.
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+27
This brings us a lot more tidiness.