diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 19:18:43 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 19:18:43 +0100 |
commit | 34d197833c28971bacfeb1c6e1a9f9cd15f1b56d (patch) | |
tree | f03e445eb8f481917f8ac5b60f16c572787ef860 /helpers | |
parent | 9d526bd9c2d5d6b84c5c01e9c8f8c9ec17f78132 (diff) | |
download | vyos-live-build-34d197833c28971bacfeb1c6e1a9f9cd15f1b56d.tar.gz vyos-live-build-34d197833c28971bacfeb1c6e1a9f9cd15f1b56d.zip |
Remove 'E:' prefix in call to Echo_error - it gets added later too.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
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 |