aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2013-08-11 21:42:33 +0200
committerSimon Paillard <spaillard@debian.org>2013-09-02 21:11:33 +0200
commitb25e0c8dadad05b57a8b6110849990546ef7602e (patch)
tree6b59ccdb39fa60eed2cc225bdaf05879ab6eaa1e
parentdd285c72ad40bfab24f5e38623be64f3472f1089 (diff)
syntax error found by cstamas
(cherry picked from commit ad3466c93130c85e6b0cc91c07f0235fa7f64cd1)
-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*$/;