]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Lib.pm
r545: * Clarified dh_perl man page. Closes: #159332
[debhelper.git] / Debian / Debhelper / Dh_Lib.pm
index f22e8171da97e99b5b749d05835a491b2f9a1d4a..7ebbe61b341efcf0dceaf61cbd2892db7e3b88c6 100644 (file)
@@ -55,7 +55,7 @@ sub init {
                        my $x=$_;
                        $x=escape_shell($x);
                        $x=~s/\./\\\\./g;
-                       $dh{EXCLUDE_FIND}.="-regex .\\*$x.\\* -or ";
+                       $dh{EXCLUDE_FIND}.="-regex .*$x.* -or ";
                }
                $dh{EXCLUDE_FIND}=~s/ -or $//;
        }