Suppress find error output.

master
Torsten Paul 2014-08-30 22:22:33 +02:00
parent 2170e0ad2d
commit 89201c91c8
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ mpfr_sysver()
gmp_sysver()
{
gmppaths="`find $1 -name 'gmp.h' -o -name 'gmp-*.h'`"
gmppaths="`find $1 -name 'gmp.h' -o -name 'gmp-*.h' 2>/dev/null`"
if [ ! "$gmppaths" ]; then
debug "gmp_sysver no gmp.h beneath $1"
return