Whitespace.
[catalyst.git] / targets / netboot2 / netboot2-copyfile.sh
index 1d0290e2d3c8bdd2e76031121993e25efb461372..cc1a118119ea5309e93819bccb1755234b3562f2 100644 (file)
@@ -7,7 +7,7 @@ update_env_settings
 echo ">>> Copying initramfs files to ${clst_merge_path} (in chroot) ..."
 [ ! -d "${clst_merge_path}" ] && mkdir -p ${clst_merge_path}
 for f in ${clst_files}
-do 
+do
        # copy it to the merge path
        cp -pPRf --parents $(eval echo ${f}) ${clst_merge_path}