commit | 9ea68828f31d5be1f6622321464533b35dd6d762 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 22 14:46:48 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 22 14:46:48 2009 -0400 |
tree | bf22b890b3972b51cb3de4de4c47e5d2af1ec8c7 | |
parent | d3395ae71a38ff562e0af3a174ecbc5b523057d6 [diff] |
libss: ss_execute_line: reflect any error codes from system() to the caller This is primarily to silence a gcc warning, but it's better to reflect the error from system() up to the caller. In this case we don't actually use it for anything, but that's OK. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>