X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=eae6f24bde3895f21cf05a7b0e62869b24c821b9;hb=3fb35c205e2ee6e020c2e0173eb2d9c48a099617;hp=eee1806c74eb484de11007fec42daed71fba4997;hpb=584d67c264bfc9d759a5fc40f04cde62d3b0ec76;p=dgit.git diff --git a/dgit b/dgit index eee1806c..eae6f24b 100755 --- a/dgit +++ b/dgit @@ -2083,11 +2083,9 @@ sub generate_commits_from_dsc () { complete_file_from_dsc('.', $fi) or next; - if (is_orig_file_in_dsc($f, \@dfi)) { - link $f, "../../../../$f" - or $!==&EEXIST - or die "$f $!"; - } + link $f, "../../../../$f" + or $!==&EEXIST + or die "$f $!"; } # We unpack and record the orig tarballs first, so that we only