Remove 'E:' prefix in call to Echo_error - it gets added later too.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
9d526bd9c2
commit
34d197833c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue