diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T13·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T13·15+0000 |
commit | 42043953c3558f054dc5b9bb3da605a4a3ed6314 (patch) | |
tree | b76dd2bb50e680aef5c8ef89432982ac07a0ce3e /scripts/copy-from-other-stores.pl.in | |
parent | 5adbb0aabe54479304453bf5e544f84b40ee7dd7 (diff) |
* Doh.
Diffstat (limited to 'scripts/copy-from-other-stores.pl.in')
-rw-r--r-- | scripts/copy-from-other-stores.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/copy-from-other-stores.pl.in b/scripts/copy-from-other-stores.pl.in index 00de3ff9991e..5b695ea1a66e 100644 --- a/scripts/copy-from-other-stores.pl.in +++ b/scripts/copy-from-other-stores.pl.in @@ -73,6 +73,7 @@ if ($ARGV[0] eq "--query") { print "$deriver\n"; print scalar @references, "\n"; print "$_\n" foreach @references; + print "0\n"; # !!! showing size not supported (yet) } else { die "unknown command `$cmd'"; } |