BUG: foamPrintJobs: user name printing

This commit is contained in:
mattijs
2011-11-15 15:15:09 +00:00
parent 986b016558
commit 33b1e00f4b

View File

@ -214,7 +214,7 @@ then
fi
nProcs=`rightStr 3 "$nProcs"`
user=`getEntry $f 'username'`
user=`getEntry $f 'userName'`
user=${user:-'---'}
user=`leftStr 8 "$user"`
@ -273,7 +273,7 @@ then
fi
nProcs=`rightStr 3 "$nProcs"`
user=`getEntry $f 'username'`
user=`getEntry $f 'userName'`
user=${user:-'---'}
user=`leftStr 8 "$user"`