From 3d4675fae6084833666dbad0cb37a2deb70bde95 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 2 Oct 2008 14:27:40 +0000 Subject: [PATCH] add line for version git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2274 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xdsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-client/bin/xdsh b/xCAT-client/bin/xdsh index bdfea2b1b..f9a86158a 100644 --- a/xCAT-client/bin/xdsh +++ b/xCAT-client/bin/xdsh @@ -198,6 +198,7 @@ sub parse_args_xdsh if ($options{'version'}) { my $version = xCAT::Utils->Version(); + $version .= "\n"; xCAT::MsgUtils->message("I", $version); exit 0; } @@ -283,6 +284,7 @@ sub parse_args_xdcp if ($options{'version'}) { my $version = xCAT::Utils->Version(); + $version .= "\n"; xCAT::MsgUtils->message("I", $version); exit 0; }