File tree 4 files changed +4
-4
lines changed
src/plugin/tasks/serverless/snippets/serverless/test
@sls-closedsource-dynamodb/test
@sls-closedsource-react/test
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
thread_count=1
23
23
fi
24
24
25
- output=" $( cat " $tmp_file " | while read i ; do printf " %q\n " " $i " ; done | xargs --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
25
+ output=" $( xargs -d ' \n ' --arg-file= " $tmp_file " --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
26
26
27
27
code=0
28
28
Original file line number Diff line number Diff line change 22
22
thread_count=1
23
23
fi
24
24
25
- output=" $( cat " $tmp_file " | while read i ; do printf " %q\n " " $i " ; done | xargs --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
25
+ output=" $( xargs -d ' \n ' --arg-file= " $tmp_file " --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
26
26
27
27
code=0
28
28
Original file line number Diff line number Diff line change 22
22
thread_count=1
23
23
fi
24
24
25
- output=" $( cat " $tmp_file " | while read i ; do printf " %q\n " " $i " ; done | xargs --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
25
+ output=" $( xargs -d ' \n ' --arg-file= " $tmp_file " --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
26
26
27
27
code=0
28
28
Original file line number Diff line number Diff line change 22
22
thread_count=1
23
23
fi
24
24
25
- output=" $( cat " $tmp_file " | while read i ; do printf " %q\n " " $i " ; done | xargs --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
25
+ output=" $( xargs -d ' \n ' --arg-file= " $tmp_file " --max-procs=$thread_count -I CMD bash -c CMD | tee /dev/tty) "
26
26
27
27
code=0
28
28
You can’t perform that action at this time.
0 commit comments