From f78f45173e539bbd9d469efc5b08f0fae1edb6fe Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 10 Jul 2013 13:14:00 +0000 Subject: [PATCH] stderr to stdout for apt-ftparchive generate apt-ftparchive generate for statistics, progress etc. --- update-archive/update-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index 5705cdd..126e727 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -117,7 +117,7 @@ for vdist in $DISTRIBUTIONS ; do sed "s/@sections@/${sections}/g" > $F # Don't know if clean is needed! # apt-ftparchive clean apt-ftparchive.conf - apt-ftparchive generate apt-ftparchive.conf + apt-ftparchive generate apt-ftparchive.conf 2>&1 echo "Done generate $dist: $sections" # release -- 1.7.10.4