From c30f46cc805b4a827e4451e19e63a51b84129255 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 18 Oct 2013 15:58:18 +0800 Subject: [PATCH] fix for bug 3841: syntax error in remoteshell postscript --- xCAT/postscripts/remoteshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index c5813b827..ea7492a16 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -32,7 +32,7 @@ fi master=$MASTER # are we using xcat flow control useflowcontrol=0 -if [ $USEFLOWCONTROL = "YES" ] || [ $USEFLOWCONTROL = "yes" ] || [ $USEFLOWCONTROL = "1" ]; then +if [ "$USEFLOWCONTROL" = "YES" ] || [ "$USEFLOWCONTROL" = "yes" ] || [ "$USEFLOWCONTROL" = "1" ]; then useflowcontrol=1 fi