home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6ddce14ae38898405502a1db39dd6547cb4b8d6b
parent 7e0d1c8213ab16739e6a6530fdfd467202fba22e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  5 Jun 2020 18:27:53 +0200

./hack/system: remove debug flag -x

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mhack/system | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/hack/system b/hack/system @@ -1,6 +1,5 @@ #! /usr/bin/env bash set -o pipefail -o noclobber -o nounset -set -x WORK_DIR=${WORK_DIR-} if [[ -z "${WORK_DIR}" ]]; then