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 08ac22a2..a438d653 100755
--- a/mk
+++ b/mk
@@ -371,7 +371,7 @@ check_defconfig()
elfcheck()
{
# TODO: *STILL* very hacky check. do it properly (based on build.list)
- ( fe_ "exit 1" "$dest_dir" -type f ) || return 1; :
+ ( fx_ "exit 1" "$dest_dir" -type f ) || return 1; :
}
handle_makefile()