Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 930086
Collapse All | Expand All

(-)a/build-aux/make-info-dir (-3 / +3 lines)
Lines 33-39 Link Here
33
33
34
## Header contains non-printing characters, so this is more
34
## Header contains non-printing characters, so this is more
35
## reliable than using awk.
35
## reliable than using awk.
36
cat <"${1?}" || exit
36
test $# -ge 2 || exit 1
37
cat <"$1"
37
shift
38
shift
38
39
39
exec "${AWK-awk}" '
40
exec "${AWK-awk}" '
Lines 101-104 detexinfo() Link Here
101
      if (data[dircat])
102
      if (data[dircat])
102
        printf "\n%s\n%s", topic[dircat], data[dircat]
103
        printf "\n%s\n%s", topic[dircat], data[dircat]
103
  }
104
  }
104
' "${@?}"
105
' "$@"
105
- 

Return to bug 930086