diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 844df047..879d5f39 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -327,6 +327,7 @@ switching triggers to their -noawait variants. See the deb-triggers(5) man page for an explanation of the different trigger control directives. You can also read /usr/share/doc/dpkg-dev/triggers.txt.gz for an in-depth documentation of dpkg triggers. + END cat $DIRECTORY/result-file fi @@ -358,6 +359,7 @@ switching triggers to their -noawait variants. See the deb-triggers(5) man page for an explanation of the different trigger control directives. You can also read /usr/share/doc/dpkg-dev/triggers.txt.gz for an in-depth documentation of dpkg triggers. + END cat $DIRECTORY/result-explicit fi |