summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 7adea9e2..f4f058b4 100755
--- a/mk
+++ b/mk
@@ -250,7 +250,7 @@ handle_defconfig()
continue; :
for _xarch in $xarch; do
- [ -n "$_xarch" ] && $if_not_build $if_dry_build \
+ [ -n "$_xarch" ] && $if_build $if_not_dry_build \
check_cross_compiler "$_xarch"; :
done; :