]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testroot
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_testroot
index 346847688d02033e9cab336aa4b3d9d5287629f3..c010dd507c9e6f46409326b3c74077df68e489a5 100755 (executable)
@@ -10,7 +10,7 @@ B<dh_testroot> [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
-dh_testroot simply checks to see if you are root. If not, it exits with an
+B<dh_testroot> simply checks to see if you are root. If not, it exits with an
 error. Debian packages must be built as root, though you can use 
 L<fakeroot(1)>
 
@@ -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).");