]> git.donarmstrong.com Git - debhelper.git/commitdiff
simplify
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 31 Dec 2009 01:13:00 +0000 (20:13 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 31 Dec 2009 01:13:00 +0000 (20:13 -0500)
dh

diff --git a/dh b/dh
index f68764daa1201e557eaf5bbba7a1282ec2c4891a..c90cf0e286752c72288edc86863bf58fa0c8da2d 100755 (executable)
--- a/dh
+++ b/dh
@@ -653,7 +653,7 @@ sub rules_explicit_target {
                $rules_parsed = 1;
        }
 
-       return (exists $targets{$target}) ? $targets{$target} : undef;
+       return $targets{$target};
 }
 
 }