chiark / gitweb /
Mirroring: Honour DGIT_DRS_DEBUG=0
[dgit.git] / infra / dgit-mirror-rsync
index 0fcc5f1943a019a3f28c250f657fa25dc7d9ba28..47142ee296beecf4eb93c57e7cf92687dc11f01a 100755 (executable)
@@ -26,7 +26,7 @@ set -o pipefail
 shopt -s nullglob
 
 case "$DGIT_DRS_DEBUG" in
-''|0!1)                ;;
+''|0|1)                ;;
 *)             set -x  ;;
 esac