File: rubber.bug-script

package info (click to toggle)
rubber 1.4-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,312 kB
  • ctags: 588
  • sloc: python: 3,783; sh: 111; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
# bug script for rubber package

set -e

cat <<EOF

Please read and follow the instructions in the first lines below
the text: "-- Package-specific info:".
Thank you.

Press ENTER to continue
EOF

getkey

cat >&3 <<EOF

If you report an error when running rubber please include example
input file that produces the error in your report.

Don't forget to also include examples of other files that are
needed, e.g. bibtex databases. Often it also helps to include
he logfile.
EOF