aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2013-08-11 21:42:33 +0200
committerDamyan Ivanov <dmn@debian.org>2013-08-11 21:42:33 +0200
commitad3466c93130c85e6b0cc91c07f0235fa7f64cd1 (patch)
tree67d7b6dbbcda4bd39e7a7020acb199f7e2cd6013
parent6008ddf98b3cddf0aeac555275370ee13749c03f (diff)
syntax error found by cstamas
-rwxr-xr-xbin/parse-sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse-sources b/bin/parse-sources
index 9600033..1f73bcc 100755
--- a/bin/parse-sources
+++ b/bin/parse-sources
@@ -51,7 +51,7 @@ for my $archive (@ARCHIVES) {
print "\tseems not to exist, skipping...\n";
next;
}
- open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/source/Sources.gz";
+ open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/source/Sources.gz"
. " $TOPDIR/archive/$archive/$suite/updates/$what/source/Sources.gz|";
while (<PKG>) {
next if /^\s*$/;