Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/share/poudriere/include/pkgqueue.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/include/pkgqueue.sh b/src/share/poudriere/include/pkgqueue.sh
index a8079331..db8ce4bc 100644
--- a/src/share/poudriere/include/pkgqueue.sh
+++ b/src/share/poudriere/include/pkgqueue.sh
@@ -310,7 +310,7 @@ pkgqueue_remaining() {
# Find items in queue not ready-to-build.
( cd "${MASTER_DATADIR}"; pkgqueue_list ) | \
sed -e 's,$, waiting-on-dependency,'
- } | sed -e 's,.*/,,'
+ } 2>/dev/null | sed -e 's,.*/,,'
}
# Return directory name for given job