python3: fix typo in previous.

This commit is contained in:
Juan RP 2014-02-11 12:13:42 +01:00
parent 357c915ed5
commit 57bf4ae202

View file

@ -21,7 +21,7 @@ pre_configure() {
} }
if [ "$CROSS_BUILD" ]; then 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 exit 0
fi fi