false
The false command sets the return value $? to 1 (false).
=> false; echo $? 1 =>
The false command is only available if CONFIG_HUSH_PARSER=y.