Signed-off-by: Matthias Koenig <mkoenig@xxxxxxx> --- sys-utils/lscpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c index d6bb8b9..a0e6cdd 100644 --- a/sys-utils/lscpu.c +++ b/sys-utils/lscpu.c @@ -551,5 +551,5 @@ int main(int argc, char *argv[]) else print_readable(cpu); - return EXIT_FAILURE; + return EXIT_SUCCESS; } -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html