diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 19:18:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | 2da3bcef16a8b85b54ecae199d557033865024f7 (patch) | |
tree | d41ba2fc5ea51faea7723257a97fa9718d9f30f4 /helpers/lh_binary_debian-installer | |
parent | 781d6c77bacfa2151134087f6376f2ba76bab9ee (diff) | |
download | vyos-live-build-2da3bcef16a8b85b54ecae199d557033865024f7.tar.gz vyos-live-build-2da3bcef16a8b85b54ecae199d557033865024f7.zip |
Remove 'E:' prefix in call to Echo_error - it gets added later too.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-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 |