X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_testroot;h=c010dd507c9e6f46409326b3c74077df68e489a5;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=346847688d02033e9cab336aa4b3d9d5287629f3;hpb=3aa6fbb20465d16cf23e1607b078ed3cedf95ebe;p=debhelper.git diff --git a/dh_testroot b/dh_testroot index 3468476..c010dd5 100755 --- a/dh_testroot +++ b/dh_testroot @@ -10,7 +10,7 @@ B [S>] =head1 DESCRIPTION -dh_testroot simply checks to see if you are root. If not, it exits with an +B 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 @@ -18,6 +18,7 @@ L use strict; use Debian::Debhelper::Dh_Lib; +inhibit_log(); if ($< != 0) { error("You must run this as root (or use fakeroot).");