Skip to content
Snippets Groups Projects
Commit d4e9700f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix output of error counter

parent 81ff6458
Branches
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ done
# ----------------------------------------------------------------------
if [ -f $errfile ]; then
iErrJobs=$(wc -l $errfile | cut -f 1)
iErrJobs=$( wc -l $errfile | cut -f 1 -d " " )
echo "ERROR: $iErrJobs of $iJobs jobs [`cat $failfile | sed ':a;N;$!ba;s/\n/, /g'`] have a problem"
echo
echo "********** Jobs with problems:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment