]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testroot
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_testroot
index 346847688d02033e9cab336aa4b3d9d5287629f3..717d8841f1e54a1163b2c35baca089abdea46a79 100755 (executable)
@@ -18,6 +18,7 @@ L<fakeroot(1)>
 
 use strict;
 use Debian::Debhelper::Dh_Lib;
+inhibit_log();
 
 if ($< != 0) {
        error("You must run this as root (or use fakeroot).");