summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrunjobsparallel.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/runjobsparallel.in b/runjobsparallel.in
index 95f6f59..2a7f62a 100755
--- a/runjobsparallel.in
+++ b/runjobsparallel.in
@@ -33,7 +33,9 @@ do
maxErr=0
for ((i=0; i<${#errFiles[@]}; i++))
do
- pkill -0 "${pids[${i}]}" && laeuftNoch=true || laeuftNoch=false
+ pkill -0 "${pids[${i}]}" \
+ && laeuftNoch=true \
+ || laeuftNoch=false
if [ -r ${errFiles[${i}]} ]
then