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