From 2da3bcef16a8b85b54ecae199d557033865024f7 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Thu, 7 Aug 2008 19:18:43 +0100
Subject: Remove 'E:' prefix in call to Echo_error - it gets added later too.

---
 helpers/lh_binary_debian-installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index b147b12..60b9450 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -411,7 +411,7 @@ then
 			Install_file "${FILE}" "binary/pool/main"
 		done
 	else
-		Echo_error "E: Could not find cache/packages_bootstrap"
+		Echo_error "Could not find cache/packages_bootstrap."
 		exit 1
 	fi
 
-- 
cgit v1.0