From 65615ce7e9d7d73b3537710041fb845258ffc751 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 5 Jun 2017 14:18:30 -0400 Subject: [PATCH] Remove the quotes around the source command --- xCAT-server/share/xcat/tools/go-xcat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 673bc20b4..3787ed9d4 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -1653,10 +1653,11 @@ case "${GO_XCAT_ACTION}" in If this is the very first time xCAT has been installed, run the following commands to set environment variables into your PATH: - for sh, - \`source /etc/profile.d/xcat.sh' - or csh, - \`source /etc/profile.d/xcat.csh' + For sh: + source /etc/profile.d/xcat.sh + + For csh: + source /etc/profile.d/xcat.csh EOF ;; "update")