1 This file is colon.def
, from which is created colon.c.
2 It implements the builtin
":" in Bush.
4 Copyright (C
) 1987-2019 Free Software Foundation
, Inc.
6 This file is part of GNU Bush
, the Bourne Again SHell.
8 Bush is free software
: you can redistribute it and
/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation
, either version
3 of the License
, or
11 (at your option
) any later version.
13 Bush is distributed in the hope that it will be useful
,
14 but WITHOUT ANY WARRANTY
; without even the implied warranty of
15 MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with Bush. If not
, see
<http
://www.gnu.org
/licenses
/>.
25 $FUNCTION colon_builtin
29 No effect
; the command does nothing.
36 $FUNCTION colon_builtin
38 Return a successful result.
45 $FUNCTION false_builtin
47 Return an unsuccessful result.
55 #if
defined (HAVE_UNISTD_H
)
59 #include
"../src/bushansi.h"
60 #include
"../src/shell.h"
62 /* Return a successful result.
*/
64 colon_builtin (ignore
)
70 /* Return an unsuccessful result.
*/
72 false_builtin (ignore
)