When using run_func() we don't care about stderr output.
--HG-- extra : convert_revision : 618d1c2eda49e1c55abec28d36f3430f37b9b867
This commit is contained in:
@@ -67,7 +67,7 @@ fetch_distfiles()
|
||||
# entirely and run the do_fetch() function.
|
||||
#
|
||||
if [ -n "$nofetch" ]; then
|
||||
cd ${XBPS_BUILDDIR} && run_func do_fetch
|
||||
cd ${XBPS_BUILDDIR} && run_func do_fetch 2>/dev/null
|
||||
return $?
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user