Index: build/create_update_folder.sh =================================================================== diff -u -r9892975b09fa7e1a090ea4739a47c3474c365c12 -ree8def4767355f1424798bb13d8414d2af553ead --- build/create_update_folder.sh (.../create_update_folder.sh) (revision 9892975b09fa7e1a090ea4739a47c3474c365c12) +++ build/create_update_folder.sh (.../create_update_folder.sh) (revision ee8def4767355f1424798bb13d8414d2af553ead) @@ -48,9 +48,9 @@ mkdir -p "$FOLDER_DST" #copy the required folders -cp -r "$FOLDER_SRC"/"$FOLDER_SCR" "$FOLDER_DST" -cp -r "$FOLDER_SRC"/"$FOLDER_FNT" "$FOLDER_DST" -cp -r "$FOLDER_SRC"/"$FOLDER_SET" "$FOLDER_DST" +cp -r "$FOLDER_SRC"/"$FOLDER_SCR" "$FOLDER_DST" +cp -r "$FOLDER_SRC"/"$FOLDER_FNT" "$FOLDER_DST" +cp -rL "$FOLDER_SRC"/"$FOLDER_SET" "$FOLDER_DST" #move the setup scrips to the root folder of the usb mv "$FOLDER_DST"/"$FOLDER_SCR"/"$SCRIPT_SU1" "$FOLDER_DST" Index: build/unittest.sh =================================================================== diff -u -r288aff3d85e129e2beaf755ccf2c20076e0d4fad -ree8def4767355f1424798bb13d8414d2af553ead --- build/unittest.sh (.../unittest.sh) (revision 288aff3d85e129e2beaf755ccf2c20076e0d4fad) +++ build/unittest.sh (.../unittest.sh) (revision ee8def4767355f1424798bb13d8414d2af553ead) @@ -417,7 +417,7 @@ } function importCoverage() { - echo " ------------------------------ Importing the excecution report into the coverage database" + echo " ------------------------------ Importing the execution report into the coverage database" local csexe="" for test in ${TESTS_LIST[@]};do cmcsexeimport \