X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=virt-p2v;h=755e4a8206e8887c9e17f2079762cf9b8539c478;hb=cfafe43ec6851e191b671ad3eddab02080d42a7f;hp=ad9e159bfdb8ddc0c7336bdd2ab4d97267326e5b;hpb=8bcc3e22f15e730841bddd4c8aaabbe910c473d3;p=virt-p2v.git diff --git a/virt-p2v b/virt-p2v index ad9e159..755e4a8 100755 --- a/virt-p2v +++ b/virt-p2v @@ -537,7 +537,8 @@ let rewrite_fstab state devices_to_send = fprintf chan "%-23s %-23s %-7s %-15s %s %s\n" dev mountpoint fstype options freq passno | line -> - output_string chan (String.concat " " line) + output_string chan (String.concat " " line); + output_char chan '\n' ) lines; close_out chan )