diff options
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 2b7bf7a0..eac4b2fa 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -96,7 +96,7 @@ # explicit trigger, the second column is the name of the explicit trigger, the # third column is the binary package activating the trigger. -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |