From 34d197833c28971bacfeb1c6e1a9f9cd15f1b56d Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 7 Aug 2008 19:18:43 +0100 Subject: [PATCH] Remove 'E:' prefix in call to Echo_error - it gets added later too. Signed-off-by: Chris Lamb --- 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 b147b1225..60b9450d8 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