* admin/automerge:
* admin/make-manuals:
* admin/update-copyright:
* admin/update_autogen:
* admin/upload-manuals: Use "set -o nounset".
## it with the -d option in the repository directory, in case a pull
## updates this script while it is working.
+set -o nounset
+
die () # write error to stderr and exit
{
[ $# -gt 0 ] && echo "$PN: $*" >&2
### Code:
+set -o nounset
+
die () # write error to stderr and exit
{
[ $# -gt 0 ] && echo "$PN: $@" >&2
# updated and some should not be, due to registration numbers, so
# this script leaves these copyright years alone for now.
+set -o nounset
+
: ${UPDATE_COPYRIGHT_USE_INTERVALS=1}
export UPDATE_COPYRIGHT_USE_INTERVALS
### Code:
+set -o nounset
+
die () # write error to stderr and exit
{
[ $# -gt 0 ] && echo "$PN: $@" >&2
### Code:
+set -o nounset
die () # write error to stderr and exit
{