1GAWKBUG(1) General Commands Manual GAWKBUG(1)
2
3
4
6 gawkbug - report a bug in gawk
7
9 gawkbug [--version] [--help] [email-address]
10
12 gawkbug is a shell script to help the user compose and mail bug reports
13 concerning gawk in a standard format. gawkbug invokes the editor spec‐
14 ified by the environment variable EDITOR on a temporary copy of the bug
15 report format outline. The user must fill in the appropriate fields and
16 exit the editor. gawkbug then mails the completed report to bug-
17 gawk@gnu.org, or email-address. If the report cannot be mailed, it is
18 saved in the file dead.gawkbug in the invoking user's home directory.
19
20 The bug report format outline consists of several sections. The first
21 section provides information about the machine, operating system, the
22 gawk version, and the compilation environment. The second section
23 should be filled in with a description of the bug. The third section
24 should be a description of how to reproduce the bug. The optional
25 fourth section is for a proposed fix. Fixes are encouraged.
26
28 gawkbug will utilize the following environment variables if they exist:
29
30 EDITOR Specifies the preferred editor. If EDITOR is not set, gawkbug
31 attempts to locate a number of alternative editors, including
32 vim, and if it must, emacs. If gawkbug cannot locate any of the
33 alternative editors, it attempts to execute vi.
34
35 HOME Directory in which the failed bug report is saved if the mail
36 fails.
37
38 TMPDIR Directory in which to create temporary files and directories.
39
41 gawk(1)
42
44 Brian Fox, Free Software Foundation
45 bfox@gnu.org
46
47 Chet Ramey, Case Western Reserve University
48 chet@po.cwru.edu
49
50 Arnold Robbins
51 bug-gawk@gnu.org
52
53
54
55GNU Awk 5.2 2022 Apr 18 GAWKBUG(1)