]> err.no Git - util-linux/commitdiff
lscpu: return EXIT_SUCCESS at the end
authorMatthias Koenig <mkoenig@suse.de>
Tue, 21 Oct 2008 16:45:40 +0000 (18:45 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 22 Oct 2008 21:35:19 +0000 (23:35 +0200)
Signed-off-by: Matthias Koenig <mkoenig@suse.de>
sys-utils/lscpu.c

index 82972b38a49a0c7930ac268aaa7c8237c62ff71a..3e3fbbeb61e6581725dbe859c2219d54d8f68f4b 100644 (file)
@@ -695,5 +695,5 @@ int main(int argc, char *argv[])
        else
                print_readable(cpu);
 
-       return EXIT_FAILURE;
+       return EXIT_SUCCESS;
 }