Skip to content

Commit 4db6e33

Browse files
authored
Update jobutils2.sh
take out superfluous line
1 parent 9012a29 commit 4db6e33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Utilities/Tools/jobutils2.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ taskwrapper() {
326326
if [ ! "${RC}" ]; then
327327
RC=1
328328
fi
329-
RC_ACUM=$((RC_ACUM+RC))
330329
if [ "${RC}" -eq "0" ]; then
331330
if [ ! "${JOBUTILS_JOB_SKIPCREATEDONE}" ]; then
332331
# if return code 0 we mark this task as done

0 commit comments

Comments
 (0)