X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=infra%2Fdgit-repos-policy-debian;h=48a42d93ea132e96d41353da10240286d2443d54;hp=8f1164b1f7a5705bda45bc5cc9f4417b42271f18;hb=3178be82907d7e3c9d49f9dfa7f03c4b4884d867;hpb=02bc0d2ca13bda7484c72b30cd20a7e36097da34 diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 8f1164b1..48a42d93 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -133,7 +133,7 @@ sub vsn_in_our_history ($) { my @tagrefs = map { "refs/tags/".$_ } debiantags $vsn, $distro; printdebug " checking history vsn=$vsn tagrefs=@tagrefs\n"; - open F, "-|", qw(git-for-each-ref), @tagrefs; + open F, "-|", qw(git for-each-ref), @tagrefs; $_ = ; close F; return 1 if defined && m/\S/;