X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_testroot;h=c010dd507c9e6f46409326b3c74077df68e489a5;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=b97b13bb5aa293dc8cba83c74e2e1e58bc04f1a4;hpb=088be5d001d899c42b9d572e91198791748e5b46;p=debhelper.git diff --git a/dh_testroot b/dh_testroot index b97b13b..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)."); @@ -25,7 +26,7 @@ if ($< != 0) { =head1 SEE ALSO -L +L This program is a part of debhelper.