From 328d66b32f16dfda3970ca793d71d81f6436a484 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-rmc/scripts/errmsgque --- xCAT-rmc/scripts/errmsgque | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-rmc/scripts/errmsgque b/xCAT-rmc/scripts/errmsgque index eaf8b44d8..8eb459aa9 100755 --- a/xCAT-rmc/scripts/errmsgque +++ b/xCAT-rmc/scripts/errmsgque @@ -48,7 +48,7 @@ exit 0; =head3 runcmd Run the given cmd and return the output in an array (already chopped). Alternatively, if this function is used in a scalar context, the output is joined into a single string - with the newlines separating the lines. + with the newlines separating the lines. Arguments: command, exitcode and reference to output Returns: @@ -65,7 +65,7 @@ exit 0; exit code. number > 0: Display error msg and exit with the given code Example: - my $outref = runcmd($cmd, -2, 1); + my $outref = runcmd($cmd, -2, 1); Comments: If refoutput is true, then the output will be returned as a reference to an array for efficiency.