summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-06-27 12:57:03 -0600
committerKarl Williamson <khw@cpan.org>2015-06-27 12:59:26 -0600
commite7b6553ad4b9659368147bbbeb7b10a6e141288b (patch)
tree570fe7c5799482cbf4c3e6f7a47498e5663089fc
parent4b59afe63011514fa1a42231ca1f7bd830b8b0bd (diff)
downloadperl-e7b6553ad4b9659368147bbbeb7b10a6e141288b.tar.gz
Porting/bisect-runner.pl: Wrap pod lines to 79 cols
-rwxr-xr-xPorting/bisect-runner.pl5
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: