From 5883a7caeead0994c291f29d376e9284a3b2d27c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 29 Nov 2007 01:35:32 +0000 Subject: Whoops - Remove debug cruft and actually generate output instead. --- localdebpool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localdebpool') 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 } -- cgit v1.2.3