summaryrefslogtreecommitdiff
path: root/dh_testroot
diff options
context:
space:
mode:
Diffstat (limited to 'dh_testroot')
-rwxr-xr-xdh_testroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_testroot b/dh_testroot
index 0d1e2bda..9192f853 100755
--- a/dh_testroot
+++ b/dh_testroot
@@ -2,6 +2,7 @@
#
# Checks to make sure you are root.
+use strict;
use Debian::Debhelper::Dh_Lib;
if ($< != 0) {