We don't use globs within these scripts, so disable them, for safety
reasons.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
-set -Eeuo pipefail;
+set -Eefuo pipefail;
shopt -s lastpipe;
# Defaults:
# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
-set -Eeuo pipefail;
+set -Eefuo pipefail;
trap 'exit 2;' ERR;
# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
-set -Eeuo pipefail;
+set -Eefuo pipefail;
if test $# -lt 1; then
# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
-set -Eeuo pipefail;
+set -Eefuo pipefail;
shopt -s lastpipe;
printf '%s\n' "${!#}.XXXXXX" \