Skip to content

Commit 23f1ead

Browse files
Added PHP_EOL
1 parent b0e20ad commit 23f1ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/makepot.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
$out = '';
2525
exec( $cmd, $out );
2626
echo implode( PHP_EOL, $out );
27+
echo PHP_EOL;
2728
if ( isset( $argv[2] ) ) {
2829
echo PHP_EOL . PHP_EOL;
2930
echo 'CMD Used : ';

0 commit comments

Comments
 (0)