summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-08-07 01:32:33 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-08-07 01:32:33 +0000
commit19accd37678d01f20e23d59c26ed7ee92e047540 (patch)
treeb13398f9ebacbf8c09aac2aa773f69d9e0cf7dc8 /trunk/src
parent1f5dae8f5bf4a2331709ec89e20b4f239bbb2dc1 (diff)
downloadgentoolkit-19accd37678d01f20e23d59c26ed7ee92e047540.tar.gz
Don't print error from find when searching for non-existant .revdep-rebuild files
svn path=/; revision=429
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild-rewrite2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
index d273449..63de189 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
+++ b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
@@ -418,7 +418,7 @@ get_search_env() {
while read; do
RM_OLD_TEMPFILES=1
break
- done < <(find -L "$LIST."* -maxdepth 0 -type f -mmin +1440 -print)
+ done < <(find -L "$LIST."* -maxdepth 0 -type f -mmin +1440 -print 2>/dev/null)
fi
# Compare old and new environments