diff options
Diffstat (limited to 'src/chroot-tools/hooks-chcleanup.sh')
-rw-r--r-- | src/chroot-tools/hooks-chcleanup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chroot-tools/hooks-chcleanup.sh b/src/chroot-tools/hooks-chcleanup.sh index cd6179b..198bc36 100644 --- a/src/chroot-tools/hooks-chcleanup.sh +++ b/src/chroot-tools/hooks-chcleanup.sh @@ -1,4 +1,5 @@ -#!/bin/bash -euE +#!/usr/bin/env bash +set -euE hooks_pre_build+=("clean_chroot") |