python3: fix typo in previous.

This commit is contained in:
Juan RP 2014-02-11 12:13:42 +01:00
parent 357c915ed5
commit 57bf4ae202
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pre_configure() {
}
if [ "$CROSS_BUILD" ]; then
msg_re "${pkgname}-${version} cannot be cross compiled right now.\n"
msg_red "${pkgname}-${version} cannot be cross compiled right now.\n"
exit 0
fi