defect 3819

This commit is contained in:
lissav 2013-10-10 14:53:24 -04:00
parent 8b84e9e0eb
commit f4610cfc6d

View File

@ -202,7 +202,11 @@ fi
#echo "xcatpost = $xcatpost"
useflowcontrol=0
if [ $USEFLOWCONTROL = "1" ]; then
if [ "$USEFLOWCONTROL" = "1" ]; then
useflowcontrol=1
fi
# from install kcmdline
if [ "$FC" = "1" ] || [ "$FC" = "yes" ] || [ "$FC" = "YES" ]; then
useflowcontrol=1
fi