Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2016-06-16 15:32:43 +01:00

View File

@ -155,7 +155,7 @@ for field in $KEYS
do
i=$(expr $i + 1)
PLOTLINE="\"$FILE\" using 1:${i} with lines title \"$field\""
if [[ $i -lt $NCOLS ]]
if [ $i -lt $NCOLS ]
then
PLOTLINE="$PLOTLINE, \\"
fi