Документация U-Boot 2024. Исходные тексты


  Doc     Cmd     Rst     Src  

U-Boot. Команды оболочки: false
false command
=============

Synopsis
--------

::

    false

Description
-----------

The false command sets the return value $? to 1 (false).

Example
-------

::

    => false; echo $?
    1
    =>

Configuration
-------------

The false command is only available if CONFIG_HUSH_PARSER=y.


  Doc     Cmd     Rst     Src