diff options
Diffstat (limited to 'include/tree.sh')
| -rw-r--r-- | include/tree.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/tree.sh b/include/tree.sh index f44b39cc..25d4732c 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -270,7 +270,7 @@ check_defconfig()  elfcheck()  {  	# TODO: *STILL* very hacky check. do it properly (based on build.list) -	( fx_ "exit 1" find "$dest_dir" -type f ) || return 1; : +	( fx_ "eval exit 1 && err" find "$dest_dir" -type f ) || return 1; :  }  handle_makefile() | 
