diff options
author | kris <kris@FreeBSD.org> | 2006-09-14 13:13:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-14 13:13:50 +0800 |
commit | 9fecfdd98598bb875db79438df92eb609709b220 (patch) | |
tree | 615454b6c8e896e48cbdeed8c1caeffb1c47d3b0 | |
parent | 33c1e256efb7931242c000b6f659b5ab33ff88ca (diff) | |
download | freebsd-ports-gnome-9fecfdd98598bb875db79438df92eb609709b220.tar.gz freebsd-ports-gnome-9fecfdd98598bb875db79438df92eb609709b220.tar.zst freebsd-ports-gnome-9fecfdd98598bb875db79438df92eb609709b220.zip |
Silence the clean-chroot invocation
-rwxr-xr-x | Tools/portbuild/scripts/claim-chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/claim-chroot b/Tools/portbuild/scripts/claim-chroot index 0a07f57aa7d1..2af3ae2aff45 100755 --- a/Tools/portbuild/scripts/claim-chroot +++ b/Tools/portbuild/scripts/claim-chroot @@ -61,7 +61,7 @@ for dir in ${chrootdir}/*; do mkdir ${dir}/used 2>/dev/null || continue touch ${dir}/used/${pkgname} if [ -f ${dir}/.dirty ]; then - ${pb}/scripts/clean-chroot ${arch} ${branch} ${dir} 2 & + ${pb}/scripts/clean-chroot ${arch} ${branch} ${dir} 2 >/dev/null 2>/dev/null & continue fi found=1 |