chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf80f80
)
fix typo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 24 Aug 2013 17:16:58 +0000
(18:16 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 24 Aug 2013 17:16:58 +0000
(18:16 +0100)
dgit
patch
|
blob
|
history
diff --git
a/dgit
b/dgit
index 3e7bffca2e0caf0ca0e73f2c5b4f5a5cba5c97c5..88f018d36a6b750e5c81b047b006e648d63bdce8 100755
(executable)
--- a/
dgit
+++ b/
dgit
@@
-645,7
+645,7
@@
sub fetch_from_archive () {
# one way or another
get_archive_dsc() or return 0;
foreach my $field (@ourdscfield) {
- $dsc_hash = $dsc->{$
ourdsc
field};
+ $dsc_hash = $dsc->{$field};
last if defined $dsc_hash;
}
if (defined $dsc_hash) {