From bb3ebc39c1cf05894a05f7e072fc59a8dfb3247e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 6 May 2008 20:26:47 +0000 Subject: In install_mask(), discard stderr messages from the 'find' command since some tokens from INSTALL_MASK can trigger lots of warnings and errors that are irrelevant for our purposes. (trunk r10220) svn path=/main/branches/2.1.2/; revision=10221 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index ae27268cf..ed7290d5f 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -378,7 +378,7 @@ install_mask() { # we also need to handle globs (*.a, *.h, etc) find "${root}" \( -path "${no_inst}" -or -name "${no_inst}" \) \ - -exec rm -fR {} \; >/dev/null + -exec rm -fR {} \; >/dev/null 2>&1 done # set everything back the way we found it set +o noglob -- cgit v1.2.3-1-g7c22