]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
simplify
[debhelper.git] / 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};
 }
 
 }