Skip to content
Snippets Groups Projects
Commit dbe4d572 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

View12 should not run in background

parent 0a91b5e9
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !170. Comments created here will be created in the context of that merge request.
......@@ -97,7 +97,7 @@ make_slice(){
for zzz in $@ ;
do
make_slice ${zzz} &
make_slice ${zzz}
done
wait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment