summaryrefslogtreecommitdiff
path: root/src/chroot-tools/hooks-distcc.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 01:55:41 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 03:12:06 -0400
commitba18e47d13ed606066ed75a3d2b624b242c9c3c5 (patch)
tree1b7c48c9d2c8c5c4d42a8bda2772469dc3e24458 /src/chroot-tools/hooks-distcc.sh
parent95d22e66712e1f8a20da85d1f97387190d5d7536 (diff)
chroot-tools: tidy shebangs of library files
Diffstat (limited to 'src/chroot-tools/hooks-distcc.sh')
-rw-r--r--src/chroot-tools/hooks-distcc.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/chroot-tools/hooks-distcc.sh b/src/chroot-tools/hooks-distcc.sh
index 74edb85..2660b6d 100644
--- a/src/chroot-tools/hooks-distcc.sh
+++ b/src/chroot-tools/hooks-distcc.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/hint/bash -euE -o pipefail
# Copyright (C) 2013, 2017 Luke Shumaker <lukeshu@sbcglobal.net>
#
# License: GNU GPLv2+
@@ -18,8 +18,6 @@
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
-set -euE
-
hook_pre_build+=("distcc_start")
hook_post_build+=("distcc_stop")