defect 3841

This commit is contained in:
lissav 2013-10-18 07:24:00 -04:00
parent 4fcf3a96e6
commit 059a4fd6f6

View File

@ -31,7 +31,7 @@ USEOPENSSLFORXCAT=1
export USEOPENSSLFORXCAT
# 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