]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testdir
r412: * Bah, reverted that last change. It isn't useful because
[debhelper.git] / dh_testdir
index 0bf917ae4c86fb87a33fa811c271176a9b7461d5..394fa35904d75c7eb356a5ef15e13fa2e63afa99 100755 (executable)
@@ -7,7 +7,7 @@
 use Debian::Debhelper::Dh_Lib;
 init();
 
-foreach $file (Debian::Debhelper::Dh_Lib::getcontrol(),@ARGV) {
+foreach $file ('debian/control', @ARGV) {
        if (! -e $file) {
                error("\"$file\" not found. Are you sure you are in the correct directory?");
        }