From 7184a61e0bf4b097711965eee629541f54ebf4ec Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Jul 2015 19:13:36 +0100 Subject: [PATCH] Mirroring: Honour DGIT_DRS_DEBUG=0 --- infra/dgit-mirror-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/dgit-mirror-rsync b/infra/dgit-mirror-rsync index 0fcc5f19..47142ee2 100755 --- a/infra/dgit-mirror-rsync +++ b/infra/dgit-mirror-rsync @@ -26,7 +26,7 @@ set -o pipefail shopt -s nullglob case "$DGIT_DRS_DEBUG" in -''|0!1) ;; +''|0|1) ;; *) set -x ;; esac -- 2.30.2