summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index b4de99a..05e95df 100755
--- a/dgit
+++ b/dgit
@@ -1446,6 +1446,7 @@ our %i_wanted;
sub i_resp_want ($) {
my ($keyword) = @_;
+ die "$keyword ?" if $i_wanted{$keyword}++;
my @localpaths = i_method "i_want_", $keyword;
foreach my $localpath (@localpaths) {
protocol_send_file \*RI, $localpath;