stop on first error

This commit is contained in:
Wolfram Schneider 2022-01-22 09:57:09 +00:00
parent b943d31594
commit 41c539bdd1

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
#
# Copyright (c) September 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# Copyright (c) September 1995-2022 Wolfram Schneider <wosch@FreeBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -34,6 +34,10 @@
#
# $FreeBSD$
# stop on first error
set -e
set -o pipefail
# The directory containing locate subprograms
: ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR