diff options
author | Karl Williamson <khw@cpan.org> | 2015-06-27 12:57:03 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-06-27 12:59:26 -0600 |
commit | e7b6553ad4b9659368147bbbeb7b10a6e141288b (patch) | |
tree | 570fe7c5799482cbf4c3e6f7a47498e5663089fc /Porting/bisect-runner.pl | |
parent | 4b59afe63011514fa1a42231ca1f7bd830b8b0bd (diff) | |
download | perl-e7b6553ad4b9659368147bbbeb7b10a6e141288b.tar.gz |
Porting/bisect-runner.pl: Wrap pod lines to 79 cols
Diffstat (limited to 'Porting/bisect-runner.pl')
-rwxr-xr-x | Porting/bisect-runner.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index c640d0cf22..417ac2b6dc 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -575,8 +575,9 @@ this: In a terminal: - $ while true; do date ; if ! ps auxww | grep -v grep | grep -q Xvfb;\ - then Xvfb :121 & fi; echo -n 'sleeping 60 '; sleep 60; done + $ while true; do date ; if ! ps auxww | grep -v grep \ + | grep -q Xvfb; then Xvfb :121 & fi; echo -n 'sleeping 60 '; \ + sleep 60; done And then: |