blob: a17fe8602176992b2b06d3efdc756943a92e4955 [file] [log] [blame]
Heinrich Schuchardtbce86e02021-01-24 22:11:55 +01001false command
2=============
3
4Synopsis
5--------
6
7::
8
9 false
10
11Description
12-----------
13
14The false command sets the return value $? to 1 (false).
15
16Example
17-------
18
19::
20
21 => false; echo $?
22 1
23 =>
24
25Configuration
26-------------
27
28The false command is only available if CONFIG_HUSH_PARSER=y.