When using run_func() we don't care about stderr output.
--HG-- extra : convert_revision : 618d1c2eda49e1c55abec28d36f3430f37b9b867
This commit is contained in:
parent
6bb4ee33b0
commit
33770e8bbc
4 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue