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 eac4b2fa..2b7bf7a0 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=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |