summaryrefslogtreecommitdiff
path: root/dh_testroot
diff options
context:
space:
mode:
authorjoey <joey>2001-02-09 01:38:37 +0000
committerjoey <joey>2001-02-09 01:38:37 +0000
commite446e8308e654785721d8036a1d53633207053f0 (patch)
treeb94df61d32eb482c3c1bc5a016d96e625e12dca6 /dh_testroot
parent053f6f8b4e7431d32511aef209188a084e8c7e79 (diff)
r421: use strict
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) {