# HG changeset patch # User Matti Hamalainen # Date 1473846123 -10800 # Node ID 85e268f6a822e1d59b8aea824614721c03ae63c1 # Parent 7298b2898a6db04c3d4eee0e537e0c0dd7f6ac49 Cleanup. diff -r 7298b2898a6d -r 85e268f6a822 faptool.php --- a/faptool.php Wed Feb 10 16:20:56 2016 +0200 +++ b/faptool.php Wed Sep 14 12:42:03 2016 +0300 @@ -534,7 +534,7 @@ } $sbinfo[] = ""; - + $sbinfoStr = implode("\n", $sbinfo); // Create the destination directory if (wtMakeDir(stMakePath(FALSE, FALSE, array($pathPrefix, $compo["cpath"])), 0755) === false) @@ -585,7 +585,7 @@ } $dstFilename = stMakePath(FALSE, FALSE, array($dstPath, "fapinfo.txt")); - if (@file_put_contents($dstFilename, implode("\r\n", $sbinfo)) === FALSE) + if (@file_put_contents($dstFilename, $sbinfoStr) === FALSE) { echo "ERROR: Failed to output '".$dstFilename."'\n"; return FALSE;