mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
* build-aux/make-info-dir: Avoid bashism (bug#70484).
This commit is contained in:
parent
81476fa19e
commit
42766f95e5
@ -33,7 +33,8 @@
|
||||
|
||||
## Header contains non-printing characters, so this is more
|
||||
## reliable than using awk.
|
||||
cat <"${1?}" || exit
|
||||
test $# -ge 2 || exit 1
|
||||
cat <"$1"
|
||||
shift
|
||||
|
||||
exec "${AWK-awk}" '
|
||||
@ -101,4 +102,4 @@ exec "${AWK-awk}" '
|
||||
if (data[dircat])
|
||||
printf "\n%s\n%s", topic[dircat], data[dircat]
|
||||
}
|
||||
' "${@?}"
|
||||
' "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user