From: Davidlohr Bueso <dave@xxxxxxx> Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- fdisk/fdisk.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index 0ccabb7..0954028 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -2960,8 +2960,8 @@ main(int argc, char **argv) { break; case 'V': case 'v': - printf("fdisk (%s)\n", PACKAGE_STRING); - exit(0); + printf(UTIL_LINUX_VERSION); + return EXIT_SUCCESS; default: usage(stderr); } -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html