]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_listpackages
One problem with the log files is that if dh_clean is not the last command run, they...
[debhelper.git] / dh_listpackages
index f919ef6262bcc147d40753b8f68ddff513afca82..79b664bd71aaa065b85a825fb632095ac6ce7302 100755 (executable)
@@ -23,6 +23,7 @@ act on if passed the same options.
 =cut
 
 init();
+inhibit_log();
 print join("\n",@{$dh{DOPACKAGES}})."\n";
 
 =head1 SEE ALSO