From 0e27562b016df0cb8b359dd819faf073c650aff1 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Sun, 11 Nov 2012 10:16:12 -0600
Subject: [PATCH] merge script changes

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 tools/install_image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/install_image.sh b/tools/install_image.sh
index b057b761e..d9a8684b1 100755
--- a/tools/install_image.sh
+++ b/tools/install_image.sh
@@ -39,7 +39,7 @@ backup_config () {
 	fi
 	cp "${DIR}/KERNEL/.config" "${DIR}/patches/current_defconfig"
 	echo "-----------------------------"
-	echo "Done:"
+	echo "This script has finished successfully..."
 }
 
 mmc_write_modules () {
-- 
GitLab