App-perlbrew icon indicating copy to clipboard operation
App-perlbrew copied to clipboard

Add option to not print two blank lines

Open nigelhorne opened this issue 5 years ago • 1 comments

$ perlbrew exec --with perl-5.28.0 perl -e 'exit(0);' | od -bc
0000000 012 012
         \n  \n
0000002

It would be great to have an option to not do that so that cron jobs don't spit out emails when they don't need to.

nigelhorne avatar Nov 29 '18 13:11 nigelhorne