summaryrefslogtreecommitdiff
path: root/localdebpool
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-29 01:35:32 +0000
committerJonas Smedegaard <dr@jones.dk>2007-11-29 01:35:32 +0000
commit5883a7caeead0994c291f29d376e9284a3b2d27c (patch)
treee07845c8c32e58cc8513dc83ad074fb90eafbcf5 /localdebpool
parent9fcdc0ca5924d1101df0207908aefb94b4eff3a4 (diff)
Whoops - Remove debug cruft and actually generate output instead.
Diffstat (limited to 'localdebpool')
-rwxr-xr-xlocaldebpool4
1 files changed, 2 insertions, 2 deletions
diff --git a/localdebpool b/localdebpool
index ecc328f..90347a6 100755
--- a/localdebpool
+++ b/localdebpool
@@ -122,9 +122,9 @@ genlistsfromsection() {
esac
done
[ -n "$do_arch" ] || continue
- echo genlist "$section" "$dist" "$arch" "$srcdir" "$PUBBASE/dists/$dist/$section"
+ genlist "$section" "$dist" "$arch" "$srcdir" "$PUBBASE/dists/$dist/$section"
done
- echo genlist "$section" "$dist" "source" "$srcdir" "$PUBBASE/dists/$dist/$section"
+ genlist "$section" "$dist" "source" "$srcdir" "$PUBBASE/dists/$dist/$section"
done
}