mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
29 lines
286 B
ReStructuredText
29 lines
286 B
ReStructuredText
|
true command
|
||
|
============
|
||
|
|
||
|
Synopsis
|
||
|
--------
|
||
|
|
||
|
::
|
||
|
|
||
|
true
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
The true command sets the return value $? to 0 (true).
|
||
|
|
||
|
Example
|
||
|
-------
|
||
|
|
||
|
::
|
||
|
|
||
|
=> true; echo $?
|
||
|
0
|
||
|
=>
|
||
|
|
||
|
Configuration
|
||
|
-------------
|
||
|
|
||
|
The true command is only available if CONFIG_HUSH_PARSER=y.
|