diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-11-25 16:23:02 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-12-16 13:50:00 +0100 |
commit | fc336f09356c1db63094e377a65033d5ec00b983 (patch) | |
tree | 444ae80e74ff68386b3503ccc9942f592ae46725 /AUTHORS | |
parent | 58ebb3017baf46e33a9bb2c1779d6daede27d108 (diff) |
remove needless fork() in apt-get source
We are calling system() in this code paths, so all we do here is having
a single child performing the action while the parent waits for it to
finish… with the added strangeness of not having our usual error message
collection and giving up after first failure even if told to act on
multiple packages.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions