Remove 'E:' prefix in call to Echo_error - it gets added later too.
This commit is contained in:
parent
781d6c77ba
commit
2da3bcef16
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue