X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-ls;h=8add52e323d4831ee1cdcaa43ac2ed287aa3e9fb;hb=7a4ec57e54ab98de05438bff838a7531391d3965;hp=a55f6c3143a1fa141b6a40b3bdc079a3331acfe6;hpb=ea124897881d9e40d89eca5307e04def0fb42bdb;p=libguestfs.git diff --git a/tools/virt-ls b/tools/virt-ls index a55f6c3..8add52e 100755 --- a/tools/virt-ls +++ b/tools/virt-ls @@ -202,8 +202,8 @@ unless ($mode) { my $r; my $line; while (($r = read (F, $line, 1024)) > 0) { - $line =~ tr{\0}{\n}; - print $line; + $line =~ tr{\0}{\n}; + print $line; } close F; } @@ -221,7 +221,7 @@ L. =head1 AUTHOR -Richard W.M. Jones L +Richard W.M. Jones L =head1 COPYRIGHT