From 33b1e00f4b129215e687a057018335b1feeac123 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 15 Nov 2011 15:15:09 +0000 Subject: [PATCH] BUG: foamPrintJobs: user name printing --- bin/foamPrintJobs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/foamPrintJobs b/bin/foamPrintJobs index 1ddc9d0fc0a..7213e95e1f7 100755 --- a/bin/foamPrintJobs +++ b/bin/foamPrintJobs @@ -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"` -- GitLab