Skip to content

Commit

Permalink
Added PHP_EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jul 10, 2019
1 parent b0e20ad commit 23f1ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/makepot.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
$out = '';
exec( $cmd, $out );
echo implode( PHP_EOL, $out );
echo PHP_EOL;
if ( isset( $argv[2] ) ) {
echo PHP_EOL . PHP_EOL;
echo 'CMD Used : ';
Expand Down

0 comments on commit 23f1ead

Please sign in to comment.