diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-14 05:13:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-14 05:13:50 +0000 |
commit | 69e1fc873f384498392f6e8a0b381bd006e37a77 (patch) | |
tree | 50d070e00b77e61d63be1f945a2d7fa27cbf99f4 /Tools | |
parent | GUI builder for the GTK+ toolkit designed to be ultra easy to use (diff) |
Silence the clean-chroot invocation
Notes
Notes:
svn path=/head/; revision=172995
Diffstat (limited to 'Tools')
-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 |