From 00e4889f1a450f39efdc7277c6a7ef11c430468e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 6 Aug 2016 21:45:31 +0200 Subject: [PATCH] indention fix --- patchimage.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patchimage.sh b/patchimage.sh index 71ab5fe..ec9f9d5 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -363,15 +363,15 @@ for game in ${GAME[@]}; do mv "${ROMFS}" "${PATCHIMAGE_ROM_DIR}" echo " - *** succesfully created new romfs as \"${PATCHIMAGE_ROM_DIR}/${ROMFS}\" + *** succesfully created new romfs as \"${PATCHIMAGE_ROM_DIR}/${ROMFS}\" " [[ ${DATA} ]] && echo \ - ">> for Hans Banners / Launchers, place all files from + " >> for Hans Banners / Launchers, place all files from - $(readlink -m "${DATA}") + $(readlink -m "${DATA}") - into the root of your sd card + into the root of your sd card " }