fix for bug 3841: syntax error in remoteshell postscript

This commit is contained in:
ligc 2013-10-18 15:57:34 +08:00
parent b4dce6b70f
commit 3e8f68fe7f

View File

@ -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