Matthias Clasen dac709ef1d Handle exec error correctly
exec(1) states that exec will only return in case of an error,
and the return value is -1. Therefore, if (!execv(...)) doesn't
make sense.
2015-01-14 22:37:54 -05:00
2015-01-14 01:38:49 -05:00
2014-12-17 15:28:07 +01:00
2014-12-17 15:28:07 +01:00
2015-01-14 01:38:49 -05:00
2015-01-12 08:50:09 +01:00
2015-01-14 22:37:54 -05:00
Description
No description provided
60 MiB
Languages
C 91.1%
Shell 5.1%
Python 1.8%
Meson 1.1%
Yacc 0.8%