Remove 'E:' prefix in call to Echo_error - it gets added later too.

This commit is contained in:
Chris Lamb 2008-08-07 19:18:43 +01:00 committed by Daniel Baumann
parent 781d6c77ba
commit 2da3bcef16
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ then
Install_file "${FILE}" "binary/pool/main" Install_file "${FILE}" "binary/pool/main"
done done
else else
Echo_error "E: Could not find cache/packages_bootstrap" Echo_error "Could not find cache/packages_bootstrap."
exit 1 exit 1
fi fi